[GME-commit] GMESRC/SDK/BON MONImpl.cpp,1.6,1.7
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Jun 22 17:23:34 CDT 2004
- Previous message: [GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
Dumper.cpp,1.18,1.19
- Next message: [GME-commit]
GMESRC/GME/GMEActiveBrowser AggregateTreeCtrl.cpp,1.17,1.18
MgaMappedTreeCtrl.h,1.2,1.3 MgaMappedTreeCtrl.cpp,1.5,1.6
InheritanceTreeCtrl.cpp,1.1,1.2GMEActiveBrowserDropTarget.h,1.2,1.3
GMEActiveBrowserDropTarget.cpp,1.4,1.5 MetaTreeCtrl.cpp,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/SDK/BON
In directory braindrain:/tmp/cvs-serv28041
Modified Files:
MONImpl.cpp
Log Message:
Debug code removed.
CVS User: zolmol
Index: MONImpl.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/MONImpl.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MONImpl.cpp 29 Apr 2004 18:22:35 -0000 1.6
--- MONImpl.cpp 22 Jun 2004 21:23:32 -0000 1.7
***************
*** 420,425 ****
// insert such role into "setRoles"
setRoles.insert( (ContainmentImpl*) *it );
- std::string pn = ((ContainmentImpl*) *it)->getParent()->getName();
- std::string cn = ((ContainmentImpl*) *it)->getChild()->getName();
}
}
--- 420,423 ----
***************
*** 427,438 ****
// pass the collected roles and the remaining rolelist ("2nd_token 3rd_token" substr of the strDescIn)
std::set<ContainmentImpl*> res = getRoles( setRoles, ( iPos == std::string::npos ) ? "" : strDescIn.substr( iPos + 1 ), true );
- std::set<ContainmentImpl*>::const_iterator it0 = res.begin();
- for( ; it0 != res.end(); ++it0)
- {
- std::string par = (*it0)->getParent()->getName();
- std::string chi = (*it0)->getChild()->getName();
- int i;
- ++i;
- }
return res;
--- 425,428 ----
- Previous message: [GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
Dumper.cpp,1.18,1.19
- Next message: [GME-commit]
GMESRC/GME/GMEActiveBrowser AggregateTreeCtrl.cpp,1.17,1.18
MgaMappedTreeCtrl.h,1.2,1.3 MgaMappedTreeCtrl.cpp,1.5,1.6
InheritanceTreeCtrl.cpp,1.1,1.2GMEActiveBrowserDropTarget.h,1.2,1.3
GMEActiveBrowserDropTarget.cpp,1.4,1.5 MetaTreeCtrl.cpp,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list