[GME-commit] GMESRC/GME/Interfaces MgaUtil.idl,1.47,1.48
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Mar 14 20:10:47 CST 2006
Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv25546
Modified Files:
MgaUtil.idl
Log Message:
Dispatch compatible paradigm registration method.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: MgaUtil.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/MgaUtil.idl,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** MgaUtil.idl 12 Jan 2006 22:46:56 -0000 1.47
--- MgaUtil.idl 14 Mar 2006 20:10:45 -0000 1.48
***************
*** 344,347 ****
--- 344,350 ----
HRESULT RegisterParadigmFromData([in] BSTR connstr, [out] BSTR *newname, [in] regaccessmode_enum mode);
+ [helpstring("method RegisterParadigmFromData - Dispatch compatible signature")]
+ HRESULT RegisterParadigmFromDataDisp([in] BSTR connstr, [in] regaccessmode_enum mode, [out, retval] BSTR *newname);
+
[helpstring("method RegisterParadigm")]
HRESULT RegisterParadigm([in] BSTR name, [in] BSTR connstr, [in] BSTR ver, [in] VARIANT guid, [in] regaccessmode_enum mode);
More information about the GME-commit
mailing list