[commit] r2084 - trunk/GME/Parser

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Oct 18 10:30:45 CDT 2012


Author: ksmyth
Date: Thu Oct 18 10:30:45 2012
New Revision: 2084

Log:
Preserve ErrorInfo from AddOns

Modified:
   trunk/GME/Parser/MgaParser.cpp
   trunk/GME/Parser/StdAfx.cpp

Modified: trunk/GME/Parser/MgaParser.cpp
==============================================================================
--- trunk/GME/Parser/MgaParser.cpp	Thu Oct 18 10:30:35 2012	(r2083)
+++ trunk/GME/Parser/MgaParser.cpp	Thu Oct 18 10:30:45 2012	(r2084)
@@ -292,8 +292,8 @@
 			COMTHROW( project->put_Version(projectversion) );
 		}
 
-		COMTHROW( project->CommitTransaction() );
-		COMTHROW( project->Notify(APPEVENT_XML_IMPORT_END));
+		project->__CommitTransaction();
+		project->__Notify(APPEVENT_XML_IMPORT_END);
 		project = NULL;
 
 		CloseAll();

Modified: trunk/GME/Parser/StdAfx.cpp
==============================================================================
--- trunk/GME/Parser/StdAfx.cpp	Thu Oct 18 10:30:35 2012	(r2083)
+++ trunk/GME/Parser/StdAfx.cpp	Thu Oct 18 10:30:45 2012	(r2084)
@@ -8,4 +8,5 @@
 #include <statreg.h>
 #endif
 
+#import "MgaLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__") no_registry
 #import "MgaUtilLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__") no_registry


More information about the gme-commit mailing list