[GME-commit] GMESRC/GME/Gme GUIObject.cpp,1.44,1.45
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Mar 5 16:11:56 CST 2004
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv4192
Modified Files:
GUIObject.cpp
Log Message:
added Event Logging for ShiftModels and ShiftAnnotations
CVS User: brianw
Index: GUIObject.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GUIObject.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** GUIObject.cpp 5 Mar 2004 22:05:29 -0000 1.44
--- GUIObject.cpp 5 Mar 2004 22:11:54 -0000 1.45
***************
*** 668,671 ****
--- 668,673 ----
void CGuiAnnotator::ShiftAnnotations(CGuiAnnotatorList &annList,CPoint &shiftBy)
{
+ CGMEEventLogger::LogGMEEvent("CGuiAnnotator::ShiftAnnotations ");
+ GMEEVENTLOG_GUIANNOTATORS(annList);
POSITION pos = annList.GetHeadPosition();
while(pos) {
***************
*** 1401,1404 ****
--- 1403,1408 ----
void CGuiObject::ShiftModels(CGuiObjectList &objList,CPoint &shiftBy)
{
+ CGMEEventLogger::LogGMEEvent("CGuiObject::ShiftModels ");
+ GMEEVENTLOG_GUIOBJS(objList);
POSITION pos = objList.GetHeadPosition();
while(pos) {
More information about the GME-commit
mailing list