[commit] r1473 - branches/Breaking_COM_Changes/GME/Interfaces
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Aug 11 11:53:31 CDT 2011
Author: ksmyth
Date: Thu Aug 11 11:53:31 2011
New Revision: 1473
Log:
Add propget MetaRef: would make Udm much more time-efficient
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 Wed Aug 10 09:27:05 2011 (r1472)
+++ branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl Thu Aug 11 11:53:31 2011 (r1473)
@@ -766,6 +766,7 @@
[ helpstring("PutGuid")] HRESULT PutGuid([in] long l1, [in] long l2, [in] long l3, [in] long l4);
[ helpstring("GetGuid Dispatch compatible")] HRESULT GetGuidDisp([out, retval] BSTR *guid_str);
[ helpstring("PutGuid Dispatch compatible")] HRESULT PutGuidDisp([in] BSTR guid_str);
+ [ propget ] HRESULT MetaRef([out, retval] metaref_type * MetaRef);
};
More information about the gme-commit
mailing list