[GME-commit] GMESRC/GME/Gme GMEEventLogger.h,1.11,1.12

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Nov 9 14:15:04 CST 2004


Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv27014

Modified Files:
	GMEEventLogger.h 
Log Message:
EventLogger initialized twice previously.


CVS User: zolmol

Index: GMEEventLogger.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEEventLogger.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** GMEEventLogger.h	11 Jun 2004 15:19:27 -0000	1.11
--- GMEEventLogger.h	9 Nov 2004 20:14:57 -0000	1.12
***************
*** 65,70 ****
  	static void initialize()
  	{
! 		COMTHROW( comLogger.CoCreateInstance(L"Mga.MgaEventLogger"));
! 		COMTHROW( comLogger->StartLogging() );
  	};
  
--- 65,73 ----
  	static void initialize()
  	{
! 		if( comLogger == NULL) // check introd by zolmol
! 		{
! 			COMTHROW( comLogger.CoCreateInstance(L"Mga.MgaEventLogger"));
! 			COMTHROW( comLogger->StartLogging() );
! 		}
  	};
  



More information about the GME-commit mailing list