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

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Sep 5 12:22:22 CDT 2011


Author: ksmyth
Date: Mon Sep  5 12:22:22 2011
New Revision: 1500

Log:
Use .Release() for compatibility with existing UdmConsole.cpps

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

Modified: trunk/SDK/BON/Common/ComponentObj.cpp
==============================================================================
--- trunk/SDK/BON/Common/ComponentObj.cpp	Thu Sep  1 10:53:38 2011	(r1499)
+++ trunk/SDK/BON/Common/ComponentObj.cpp	Mon Sep  5 12:22:22 2011	(r1500)
@@ -48,6 +48,7 @@
 #include "GMECOM.h"
 
 #ifdef BUILDER_OBJECT_NETWORK
+#include "Mga.h"
 #include <BONComponent.h>
 #include "Builder.h"
 #endif
@@ -63,6 +64,8 @@
 #include "Console.h"
 
 
+#include "Gme.h"
+
 #include "ComponentLib_i.c"
 #include "Core_i.c"
 #include "Mga_i.c"
@@ -270,7 +273,7 @@
 	// 	with OLE automation, the destructor calls AfxOleUnlockApp.
 
 	ASSERT( registeractiveobjectret == 0 );
-	GMEConsole::Console::ReleaseConsole();
+	GMEConsole::Console::gmeoleapp.Release();
 
 	AfxOleUnlockApp();
 }


More information about the gme-commit mailing list