[commit] r2634 - trunk/GME/Meta

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Jun 17 14:35:50 CDT 2016


Author: ksmyth
Date: Fri Jun 17 14:35:49 2016
New Revision: 2634

Log:
Fewer exceptions

Modified:
   trunk/GME/Meta/MgaMetaModel.cpp

Modified: trunk/GME/Meta/MgaMetaModel.cpp
==============================================================================
--- trunk/GME/Meta/MgaMetaModel.cpp	Fri Apr 15 17:36:34 2016	(r2633)
+++ trunk/GME/Meta/MgaMetaModel.cpp	Fri Jun 17 14:35:49 2016	(r2634)
@@ -36,7 +36,7 @@
 		}
 
 		if( inscope == VARIANT_FALSE )
-			COMTHROW(E_NOTFOUND);
+			COMRETURN(E_NOTFOUND);
 
 		CComObjPtr<IMgaMetaBase> parent;
 		COMTHROW( get_DefinedIn(PutOut(parent)) );


More information about the gme-commit mailing list