[commit] r1209 - trunk/SDK/BON/Common

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Mar 16 14:38:22 CDT 2011


Author: ksmyth
Date: Wed Mar 16 14:38:21 2011
New Revision: 1209

Log:
COMCATCH returns, so we dont need a return after it

Modified:
   trunk/SDK/BON/Common/ComponentObj.cpp

Modified: trunk/SDK/BON/Common/ComponentObj.cpp
==============================================================================
--- trunk/SDK/BON/Common/ComponentObj.cpp	Wed Mar 16 14:37:38 2011	(r1208)
+++ trunk/SDK/BON/Common/ComponentObj.cpp	Wed Mar 16 14:38:21 2011	(r1209)
@@ -715,8 +715,6 @@
 		#endif
 	}
 	} COMCATCH(;)
-
-	return S_OK;
 }
 
 STDMETHODIMP COMCLASS::ObjectsInvokeEx( IMgaProject *gme,  IMgaObject *currentobj,  IMgaObjects *selectedobjs,  long param)


More information about the gme-commit mailing list