[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


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 ----



More information about the GME-commit mailing list