[GME-commit] GMESRC/GME/ConstraintManager ConstraintMgr.cpp,1.18,1.19

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Jan 12 11:55:11 CST 2005


Update of /var/lib/gme/GMESRC/GME/ConstraintManager
In directory braindrain:/tmp/cvs-serv29476

Modified Files:
	ConstraintMgr.cpp 
Log Message:
Extended interface for scripting

CVS User: bogyom

Index: ConstraintMgr.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/ConstraintManager/ConstraintMgr.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ConstraintMgr.cpp	13 Oct 2004 15:17:54 -0000	1.18
--- ConstraintMgr.cpp	12 Jan 2005 17:55:09 -0000	1.19
***************
*** 55,59 ****
  			CComPtr<IMgaFCO> fco;
  			COMTHROW(gotoPunk.QueryInterface(&fco));
! 			COMTHROW(oleapp->ShowFCO(fco));
  		}
  		catch (CException*)
--- 55,59 ----
  			CComPtr<IMgaFCO> fco;
  			COMTHROW(gotoPunk.QueryInterface(&fco));
! 			COMTHROW(oleapp->ShowFCO(fco, FALSE));
  		}
  		catch (CException*)



More information about the GME-commit mailing list