[GME-commit] GMESRC/GME/Gme GUIObject.cpp,1.58,1.59

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Wed Mar 26 11:46:58 CDT 2008


Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv3520

Modified Files:
	GUIObject.cpp 
Log Message:
CGuiPorts will have their id field filled.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: GUIObject.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GUIObject.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** GUIObject.cpp	18 Mar 2008 19:23:57 -0000	1.58
--- GUIObject.cpp	26 Mar 2008 16:46:56 -0000	1.59
***************
*** 189,192 ****
--- 189,196 ----
  	CopyTo(bstr,name);
  
+ 	bstr.Empty();
+ 	COMTHROW(fco->get_ID(&bstr));
+ 	CopyTo(bstr,id);
+ 
  	if (!IsRealPort()) {
  		autorouterPrefs = new bool[8];



More information about the GME-commit mailing list