[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
- Previous message: [GME-commit] GMESRC/GME/Gme/AutoRoute ArGraph.cpp,1.8,1.9
- Next message: [GME-commit] GMESRC/GME/Gme ConnityDlg.cpp, 1.1, 1.2 ConnityDlg.h, 1.1, 1.2 GME.rc, 1.166, 1.167 GMEView.cpp, 1.198, 1.199 GMEView.h, 1.81, 1.82 GUIObject.cpp, 1.59, 1.60 GUIObject.h, 1.26, 1.27 GraphicsUtil.cpp, 1.15, 1.16 GraphicsUtil.h, 1.8, 1.9 resource.h, 1.77, 1.78
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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];
- Previous message: [GME-commit] GMESRC/GME/Gme/AutoRoute ArGraph.cpp,1.8,1.9
- Next message: [GME-commit] GMESRC/GME/Gme ConnityDlg.cpp, 1.1, 1.2 ConnityDlg.h, 1.1, 1.2 GME.rc, 1.166, 1.167 GMEView.cpp, 1.198, 1.199 GMEView.h, 1.81, 1.82 GUIObject.cpp, 1.59, 1.60 GUIObject.h, 1.26, 1.27 GraphicsUtil.cpp, 1.15, 1.16 GraphicsUtil.h, 1.8, 1.9 resource.h, 1.77, 1.78
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list