[GME-commit] GMESRC/GME/MgaUtil MakeClosure.cpp,1.13,1.14
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Jun 8 01:02:51 CDT 2005
Update of /project/gme-repository/GMESRC/GME/MgaUtil
In directory escher:/tmp/cvs-serv23119
Modified Files:
MakeClosure.cpp
Log Message:
Sorry about that.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: MakeClosure.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaUtil/MakeClosure.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MakeClosure.cpp 26 Jan 2005 17:30:52 -0000 1.13
--- MakeClosure.cpp 8 Jun 2005 00:02:49 -0000 1.14
***************
*** 469,486 ****
COMTHROW( connection->get_ConnPoints( PutOut( v)) );//zz1
- IMgaConnection* w = 0;
- COMTHROW( w->get_ConnPoints( PutOut( v)) );//zz1
-
- IMgaSet * s = 0;
- CComObjPtrVector<IMgaFCO> members;
- COMTHROW( s->get_Members( PutOut( members)) );//zz1
-
- IMgaSet * r = 0;
- COMTHROW( r->get_Members( PutOut( members)) );//zz1
-
- CComObjPtrVector<IMgaFCO> focos;
- IMgaConnPoint * cpt = 0;
- COMTHROW( cpt->get_References( PutOut( focos)) );//zz1
-
for( CComObjPtrVector<IMgaConnPoint>::iterator i = v.begin(); res && i != v.end(); ++i)
{
--- 469,472 ----
More information about the GME-commit
mailing list