[commit] r2152 - trunk/SDK/BON/Common
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Feb 14 21:01:21 CST 2013
Author: ksmyth
Date: Thu Feb 14 21:01:21 2013
New Revision: 2152
Log:
Register interpreters as Apartment threaded (was: main STA)
Modified:
trunk/SDK/BON/Common/ComponentObj.cpp
Modified: trunk/SDK/BON/Common/ComponentObj.cpp
==============================================================================
--- trunk/SDK/BON/Common/ComponentObj.cpp Wed Feb 13 12:46:19 2013 (r2151)
+++ trunk/SDK/BON/Common/ComponentObj.cpp Thu Feb 14 21:01:21 2013 (r2152)
@@ -351,7 +351,7 @@
// We register the ComponentClass
// CLSID_MGAComponentClass
-IMPLEMENT_OLECREATE(CComponentObj, COCLASS_PROGID,
+IMPLEMENT_OLECREATE_FLAGS(CComponentObj, COCLASS_PROGID, afxRegApartmentThreading,
COCLASS_UUID_EXPLODED1,
COCLASS_UUID_EXPLODED2,
COCLASS_UUID_EXPLODED3,
More information about the gme-commit
mailing list