[GME-commit] GMESRC/GME/Gme GMEOLEApp.cpp,1.7,1.8
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Aug 24 17:27:34 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv3939/GME/Gme
Modified Files:
GMEOLEApp.cpp
Log Message:
Send console messages to event log, too
CVS User: brianw
Index: GMEOLEApp.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEOLEApp.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** GMEOLEApp.cpp 24 Jul 2004 06:41:53 -0000 1.7
--- GMEOLEApp.cpp 24 Aug 2004 21:27:31 -0000 1.8
***************
*** 580,584 ****
void CGMEOLEApp::SetConsoleContents(LPCTSTR contents)
{
! CGMEEventLogger::LogGMEEvent("CGMEOLEApp::SetConsoleContents()\r\n");
// PRECONDITIONS: None
--- 580,584 ----
void CGMEOLEApp::SetConsoleContents(LPCTSTR contents)
{
! CGMEEventLogger::LogGMEEvent("CGMEOLEApp::SetConsoleContents("+CString(contents)+")\r\n");
// PRECONDITIONS: None
***************
*** 589,593 ****
void CGMEOLEApp::ConsoleMessage(LPCTSTR msg, long type)
{
! CGMEEventLogger::LogGMEEvent("CGMEOLEApp::ConsoleMessage()\r\n");
// PRECONDITIONS: None
--- 589,593 ----
void CGMEOLEApp::ConsoleMessage(LPCTSTR msg, long type)
{
! CGMEEventLogger::LogGMEEvent("CGMEOLEApp::ConsoleMessage("+CString(msg)+")\r\n");
// PRECONDITIONS: None
More information about the GME-commit
mailing list