[commit] r1101 - trunk/GME/Mga
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Nov 24 13:40:12 CST 2010
Author: ksmyth
Date: Wed Nov 24 13:40:12 2010
New Revision: 1101
Log:
Comments
Modified:
trunk/GME/Mga/MgaComplexOps.cpp
Modified: trunk/GME/Mga/MgaComplexOps.cpp
==============================================================================
--- trunk/GME/Mga/MgaComplexOps.cpp Wed Nov 24 13:39:55 2010 (r1100)
+++ trunk/GME/Mga/MgaComplexOps.cpp Wed Nov 24 13:40:12 2010 (r1101)
@@ -758,9 +758,6 @@
// - MM_CLEAR: the corresponding pointer is cleared
// - MM_CLEAR & MM_FULLDELETE: the object itself is cleared
// - MM_DO: nothing happens
-///////////////////
-// !!! RECURSIVE
-///////////////////
void ObjCheckINTORelations(CMgaProject* mgaproject, CoreObj& self, coreobjhash& internals) {
metaid_type n = GetMetaID(self);
ASSERT(n >= DTID_MODEL && n <= DTID_SET);
@@ -864,6 +861,9 @@
}
+///////////////////
+// !!! RECURSIVE
+///////////////////
void ObjTreeCheckINTORelations(CMgaProject *mgaproject, CoreObj &self, coreobjhash &internals) {
metaid_type n = GetMetaID(self);
ASSERT(n >= DTID_MODEL && n <= DTID_SET);
@@ -878,6 +878,9 @@
}
+///////////////////
+// !!! RECURSIVE
+///////////////////
void ObjTreeCheckINTORelationsFoldersToo(CMgaProject *mgaproject, CoreObj &self, coreobjhash &internals) {
metaid_type n = GetMetaID(self);
ASSERT(n >= DTID_MODEL && n <= DTID_FOLDER);
More information about the gme-commit
mailing list