[GME-commit] GMESRC/GME/GMEActiveBrowser GMEActiveBrowserCtl.cpp,1.9,1.10

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Mar 9 16:17:49 CST 2004


Update of /var/lib/gme/GMESRC/GME/GMEActiveBrowser
In directory braindrain:/tmp/cvs-serv27201/GMEActiveBrowser

Modified Files:
	GMEActiveBrowserCtl.cpp 
Log Message:
The MgaParser now sends the following notifications for bracketing the parsing process:
APPEVENT_XML_IMPORT_BEGIN, APPEVENT_XML_IMPORT_END 


CVS User: volgy

Index: GMEActiveBrowserCtl.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/GMEActiveBrowser/GMEActiveBrowserCtl.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** GMEActiveBrowserCtl.cpp	7 Dec 2002 02:26:00 -0000	1.9
--- GMEActiveBrowserCtl.cpp	9 Mar 2004 22:17:47 -0000	1.10
***************
*** 499,503 ****
  	EVENT_TRACE("\n________ Global Event Begin _________\n");
  
- 
  	// Handling Global Events
  	if(event==GLOBALEVENT_COMMIT_TRANSACTION)
--- 499,502 ----
***************
*** 557,560 ****
--- 556,567 ----
  	{
  		EVENT_TRACE("GLOBALEVENT_DESTROY_TERRITORY\n");
+ 	}
+ 	if(event==APPEVENT_XML_IMPORT_BEGIN)
+ 	{
+ 		EVENT_TRACE("APPEVENT_XML_IMPORT_BEGIN\n");
+ 	}
+ 	if(event==APPEVENT_XML_IMPORT_END)
+ 	{
+ 		EVENT_TRACE("APPEVENT_XML_IMPORT_END\n");
  	}
  



More information about the GME-commit mailing list