[commit] r1417 - branches/Breaking_COM_Changes/GME/Interfaces
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Tue Jul 19 17:10:20 CDT 2011
Author: ksmyth
Date: Tue Jul 19 17:10:19 2011
New Revision: 1417
Log:
IMgaComponent is deprecated
Modified:
branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl
Modified: branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl
==============================================================================
--- branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl Tue Jul 19 14:04:08 2011 (r1416)
+++ branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl Tue Jul 19 17:10:19 2011 (r1417)
@@ -436,7 +436,7 @@
[ helpstring("property EnableAllAutoAddOns (by default auto addon loading disabled)")]
HRESULT EnableAutoAddOns([in] VARIANT_BOOL bEnable);
[ propget, helpstring("property AddOnComponents")]
- HRESULT AddOnComponents([out, retval] IMgaComponents **comps);
+ HRESULT AddOnComponents([out, retval] IMgaComponentExs **comps);
[ propget, helpstring("property ActiveTerritory: the one which opened a transaction")]
HRESULT ActiveTerritory([out, retval] IMgaTerritory **aterr);
More information about the gme-commit
mailing list