[GME-commit] GMESRC/GME/Parser MgaParserBC.cpp,1.1,1.2

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Sep 28 18:44:54 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Parser
In directory braindrain:/tmp/cvs-serv20913

Modified Files:
	MgaParserBC.cpp 
Log Message:
More information where the parser has inserted the closure.


CVS User: zolmol

Index: MgaParserBC.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/MgaParserBC.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MgaParserBC.cpp	27 Sep 2004 21:33:01 -0000	1.1
--- MgaParserBC.cpp	28 Sep 2004 22:44:52 -0000	1.2
***************
*** 45,48 ****
--- 45,61 ----
  		m_clVerStr = "1";//end
  
+ 		if( m_target && m_GME) 
+ 		{
+ 			CComBSTR bstr, id, nm;
+ 			COMTHROW( m_target->get_ID( &id));
+ 			COMTHROW( m_target->get_Name( &nm));
+ 			bstr.Append("[Closure Parser] Inserting copy closured data into: <A HREF=\"mga:");
+ 			bstr.AppendBSTR( id);
+ 			bstr.Append("\">");
+ 			bstr.AppendBSTR( nm);
+ 			bstr.Append("</A>");
+ 			COMTHROW( m_GME->ConsoleMessage(bstr, MSG_INFO));
+ 		}
+ 
  		project_prefs = project_prefs_orig | MGAPREF_IGNORECONNCHECKS;
  		COMTHROW( p->put_Preferences(project_prefs) );



More information about the GME-commit mailing list