[GME-commit] GMESRC/GME/Gme GMEEventLogger.h,1.10,1.11
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Jun 11 11:19:29 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv27326/GME/Gme
Modified Files:
GMEEventLogger.h
Log Message:
Change function name from Initialize to StartLogging in IMgaEventLogger to make use more intuitive (better to do it now when nobody's using it yet)
CVS User: brianw
Index: GMEEventLogger.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEEventLogger.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** GMEEventLogger.h 10 Jun 2004 22:08:43 -0000 1.10
--- GMEEventLogger.h 11 Jun 2004 15:19:27 -0000 1.11
***************
*** 66,70 ****
{
COMTHROW( comLogger.CoCreateInstance(L"Mga.MgaEventLogger"));
! COMTHROW( comLogger->Initialize() );
};
--- 66,70 ----
{
COMTHROW( comLogger.CoCreateInstance(L"Mga.MgaEventLogger"));
! COMTHROW( comLogger->StartLogging() );
};
More information about the GME-commit
mailing list