[commit] r1748 - trunk/GME/Core
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Dec 28 16:34:37 CST 2011
Author: ksmyth
Date: Wed Dec 28 16:34:37 2011
New Revision: 1748
Log:
Remove IDispatch from COM interface map to delegate to aggregate
Modified:
trunk/GME/Core/CoreObject.h
Modified: trunk/GME/Core/CoreObject.h
==============================================================================
--- trunk/GME/Core/CoreObject.h Wed Dec 28 16:34:25 2011 (r1747)
+++ trunk/GME/Core/CoreObject.h Wed Dec 28 16:34:37 2011 (r1748)
@@ -35,7 +35,6 @@
BEGIN_COM_MAP(CCoreObject)
COM_INTERFACE_ENTRY(ICoreObject)
- COM_INTERFACE_ENTRY(IDispatch)
COM_INTERFACE_ENTRY(ISupportErrorInfo)
COM_INTERFACE_ENTRY_FUNC_BLIND(0, &CCoreObject::AggregatedInterfaceLookup)
END_COM_MAP()
More information about the gme-commit
mailing list