[GME-commit] GMESRC/GME/Parser MgaParserBC.cpp,1.7,1.8 MgaParserSC.cpp,1.9,1.10

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Jan 13 23:28:31 CST 2006


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

Modified Files:
	MgaParserBC.cpp MgaParserSC.cpp 
Log Message:
Location info written out for closure cases.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MgaParserSC.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Parser/MgaParserSC.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MgaParserSC.cpp	14 Sep 2005 16:16:13 -0000	1.9
--- MgaParserSC.cpp	13 Jan 2006 23:28:29 -0000	1.10
***************
*** 144,147 ****
--- 144,151 ----
  	{
  		CloseAll();
+ 		// in case we rethrew the [probably MGA originated] exception 
+ 		// we have set into errorinfo the location info
+ 		if( m_GME) COMTHROW( m_GME->ConsoleMessage( errorinfo, MSG_ERROR));
+ 		clear_GME( m_GME);
  
  		ASSERT( FAILED(e.hr) );

Index: MgaParserBC.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Parser/MgaParserBC.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** MgaParserBC.cpp	19 Jul 2005 17:29:52 -0000	1.7
--- MgaParserBC.cpp	13 Jan 2006 23:28:29 -0000	1.8
***************
*** 142,145 ****
--- 142,149 ----
  	{
  		CloseAll();
+ 		// in case we rethrew the [probably MGA originated] exception 
+ 		// we have set into errorinfo the location info
+ 		if( m_GME) COMTHROW( m_GME->ConsoleMessage( errorinfo, MSG_ERROR));
+ 		clear_GME( m_GME);
  
  		ASSERT( FAILED(e.hr) );



More information about the GME-commit mailing list