[GME-commit]
GMESRC/GME/Interfaces Gme.idl,1.21,1.22 InterfaceVersion.h,1.66,1.67
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Feb 15 21:02:32 CST 2006
Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv2101/GME/Interfaces
Modified Files:
Gme.idl InterfaceVersion.h
Log Message:
Added Dispatch (dual) interface to the clipboard object to better support scripting engines.
CVS User: Peter Volgyesi, ISIS (volgy)
Index: InterfaceVersion.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** InterfaceVersion.h 1 Feb 2006 19:46:52 -0000 1.66
--- InterfaceVersion.h 15 Feb 2006 21:02:30 -0000 1.67
***************
*** 8,12 ****
// CHECKSUM MgaUtil.idl = ED654997
// CHECKSUM MgaDecorator.idl = E2851BB1
! // CHECKSUM Gme.idl = 6C38662A
// CHECKSUM Parser.idl = EE6FC409
--- 8,12 ----
// CHECKSUM MgaUtil.idl = ED654997
// CHECKSUM MgaDecorator.idl = E2851BB1
! // CHECKSUM Gme.idl = 3FB62C38
// CHECKSUM Parser.idl = EE6FC409
***************
*** 18,22 ****
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x0002008E")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x0002008E
--- 18,22 ----
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x0002008F")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x0002008F
Index: Gme.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/Gme.idl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Gme.idl 1 Feb 2006 19:46:52 -0000 1.21
--- Gme.idl 15 Feb 2006 21:02:30 -0000 1.22
***************
*** 58,74 ****
// --------------------------- Gme IDL
! [ uuid(9FF8F4E0-E0C9-11d3-B376-005004D38590) ]
! interface IMgaDataSource : IUnknown
{
! [propget, helpstring("property Data")]
HRESULT Data([out, retval] IUnknown **p);
! [propget, helpstring("property Data")]
HRESULT Folders([out, retval] IUnknown **p);
! [propget, helpstring("property RegistryData")]
HRESULT RegistryData([out, retval] IUnknown **p);
! [propget, helpstring("property Project")]
HRESULT Project([out, retval] IUnknown **p);
};
--- 58,77 ----
// --------------------------- Gme IDL
! [ uuid(9FF8F4E0-E0C9-11d3-B376-005004D38590),
! oleautomation,
! dual
! ]
! interface IMgaDataSource : IDispatch
{
! [propget, id(1), helpstring("property Data")]
HRESULT Data([out, retval] IUnknown **p);
! [propget, id(2), helpstring("property Data")]
HRESULT Folders([out, retval] IUnknown **p);
! [propget, id(3), helpstring("property RegistryData")]
HRESULT RegistryData([out, retval] IUnknown **p);
! [propget, id(4), helpstring("property Project")]
HRESULT Project([out, retval] IUnknown **p);
};
More information about the GME-commit
mailing list