[GME-commit]
GMESRC/GME/Interfaces Gme.idl,1.24,1.25 InterfaceVersion.h,1.73,1.74
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Oct 19 17:23:52 CDT 2006
Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv4005
Modified Files:
Gme.idl InterfaceVersion.h
Log Message:
IGMEOLEIt method signatures fixed: SetAttribute, GetAttribute, SetAttributeFCO, GetAttributeFCO.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: InterfaceVersion.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** InterfaceVersion.h 19 Oct 2006 14:42:54 -0000 1.73
--- InterfaceVersion.h 19 Oct 2006 16:23:50 -0000 1.74
***************
*** 8,12 ****
// CHECKSUM MgaUtil.idl = 3A260000
// CHECKSUM MgaDecorator.idl = E2851BB1
! // CHECKSUM Gme.idl = A4D74CF2
// CHECKSUM Parser.idl = EE6FC409
--- 8,12 ----
// CHECKSUM MgaUtil.idl = 3A260000
// CHECKSUM MgaDecorator.idl = E2851BB1
! // CHECKSUM Gme.idl = 6A6023EE
// CHECKSUM Parser.idl = EE6FC409
***************
*** 18,22 ****
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020094")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020094
--- 18,22 ----
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020095")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020095
Index: Gme.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/Gme.idl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Gme.idl 19 Oct 2006 02:16:52 -0000 1.24
--- Gme.idl 19 Oct 2006 16:23:50 -0000 1.25
***************
*** 241,249 ****
! HRESULT SetAttribute( [in] BSTR name, [in] BSTR attr_name, [in] BSTR value);
! HRESULT GetAttribute( [in] BSTR name, [in] BSTR attr_name, [out, retval] BSTR* value);
! HRESULT SetAttributeFCO( [in] IMgaFCO* fco, [in] BSTR attr_name, [in] BSTR value);
! HRESULT GetAttributeFCO( [in] IMgaFCO* fco, [in] BSTR attr_name, [out, retval] BSTR* value);
HRESULT SubType( [in] BSTR base, [in] BSTR name_of_subtype, [out, retval] IMgaFCO** subtype);
--- 241,249 ----
! HRESULT SetAttribute( [in] BSTR name, [in] BSTR attr_name, [in] VARIANT value);
! HRESULT GetAttribute( [in] BSTR name, [in] BSTR attr_name, [out, retval] VARIANT* value);
! HRESULT SetAttributeFCO( [in] IMgaFCO* fco, [in] BSTR attr_name, [in] VARIANT value);
! HRESULT GetAttributeFCO( [in] IMgaFCO* fco, [in] BSTR attr_name, [out, retval] VARIANT* value);
HRESULT SubType( [in] BSTR base, [in] BSTR name_of_subtype, [out, retval] IMgaFCO** subtype);
More information about the GME-commit
mailing list