[GME-commit] GMESRC/GME/Parser MgaParser.cpp,1.29,1.30 MgaParserBC.cpp,1.5,1.6 MgaParserSC.cpp,1.4,1.5

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed May 18 23:36:38 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Parser
In directory escher:/tmp/cvs-serv24808

Modified Files:
	MgaParser.cpp MgaParserBC.cpp MgaParserSC.cpp 
Log Message:
New events signaled.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MgaParserSC.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Parser/MgaParserSC.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MgaParserSC.cpp	26 Jan 2005 17:30:59 -0000	1.4
--- MgaParserSC.cpp	18 May 2005 22:36:36 -0000	1.5
***************
*** 33,36 ****
--- 33,38 ----
  		m_GME = get_GME( p);//by zolmol
  
+ 		COMTHROW( p->Notify(APPEVENT_XML_IMPORT_SPECIAL_BEGIN));
+ 
  		COMTHROW( p->CreateTerritory(NULL, PutOut(territory), NULL) );
  		COMTHROW( p->BeginTransaction(territory, TRANSACTION_NON_NESTED) );
***************
*** 129,132 ****
--- 131,135 ----
  
  		COMTHROW( project->CommitTransaction() );
+ 		COMTHROW( project->Notify(APPEVENT_XML_IMPORT_SPECIAL_END));
  		project = NULL;
  		clear_GME( m_GME);

Index: MgaParser.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Parser/MgaParser.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** MgaParser.cpp	13 Apr 2005 00:07:05 -0000	1.29
--- MgaParser.cpp	18 May 2005 22:36:36 -0000	1.30
***************
*** 30,33 ****
--- 30,35 ----
  		manual_relid_mode = project_prefs_orig & MGAPREF_MANUAL_RELIDS ? true : false;
  
+ 		COMTHROW( p->Notify(APPEVENT_XML_IMPORT_FCOS_BEGIN));
+ 
  		COMTHROW( p->CreateTerritory(NULL, PutOut(territory), NULL) );
  		COMTHROW( p->BeginTransaction(territory, TRANSACTION_NON_NESTED) );
***************
*** 111,114 ****
--- 113,117 ----
  
  		COMTHROW( project->CommitTransaction() );
+ 		COMTHROW( project->Notify(APPEVENT_XML_IMPORT_FCOS_END));
  		project = NULL;
  

Index: MgaParserBC.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Parser/MgaParserBC.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MgaParserBC.cpp	26 Jan 2005 17:30:59 -0000	1.5
--- MgaParserBC.cpp	18 May 2005 22:36:36 -0000	1.6
***************
*** 33,36 ****
--- 33,38 ----
  		m_GME = get_GME( p); // by zolmol
  
+ 		COMTHROW( p->Notify(APPEVENT_XML_IMPORT_SPECIAL_BEGIN));
+ 
  		COMTHROW( p->CreateTerritory(NULL, PutOut(territory), NULL) );
  		COMTHROW( p->BeginTransaction(territory, TRANSACTION_NON_NESTED) );
***************
*** 131,134 ****
--- 133,137 ----
  
  		COMTHROW( project->CommitTransaction() );
+ 		COMTHROW( project->Notify(APPEVENT_XML_IMPORT_SPECIAL_END));
  		project = NULL;
  		clear_GME( m_GME);



More information about the GME-commit mailing list