[GME-commit]
GMESRC/GME/Interfaces InterfaceVersion.h,1.69,1.70 Mga.idl,1.49,1.50
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri May 19 19:47:35 CDT 2006
- Previous message: [GME-commit]
GMESRC/GME/Parser MgaDumper.cpp,1.28,1.29 MgaDumper.h,1.15,1.16
MgaParser.cpp,1.32,1.33 MgaParser.h,1.16,1.17 mga.dtd,1.12,1.13
- Next message: [GME-commit] GMESRC/GME/Mga MgaProject.cpp,1.65,1.66
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv4356
Modified Files:
InterfaceVersion.h Mga.idl
Log Message:
PutGuid/GetGuid methods.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: Mga.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/Mga.idl,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** Mga.idl 1 May 2006 17:20:12 -0000 1.49
--- Mga.idl 19 May 2006 18:47:33 -0000 1.50
***************
*** 744,747 ****
--- 744,751 ----
HRESULT HasReadOnlyAccess( [out, retval] VARIANT_BOOL* pReadOnly );
+ [ helpstring("GetGuid")] HRESULT GetGuid([in, out] long* l1, [in, out] long* l2, [in, out] long* l3, [in, out] long* l4);
+ [ 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);
};
Index: InterfaceVersion.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** InterfaceVersion.h 1 May 2006 17:20:12 -0000 1.69
--- InterfaceVersion.h 19 May 2006 18:47:33 -0000 1.70
***************
*** 5,9 ****
// CHECKSUM Core.idl = E1744BD4
// CHECKSUM Meta.idl = 8997E431
! // CHECKSUM Mga.idl = 25A65AE2
// CHECKSUM MgaUtil.idl = DBBEE796
// CHECKSUM MgaDecorator.idl = E2851BB1
--- 5,9 ----
// CHECKSUM Core.idl = E1744BD4
// CHECKSUM Meta.idl = 8997E431
! // CHECKSUM Mga.idl = C85FE184
// CHECKSUM MgaUtil.idl = DBBEE796
// CHECKSUM MgaDecorator.idl = E2851BB1
***************
*** 18,22 ****
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020092")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020092
--- 18,22 ----
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020091")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020091
- Previous message: [GME-commit]
GMESRC/GME/Parser MgaDumper.cpp,1.28,1.29 MgaDumper.h,1.15,1.16
MgaParser.cpp,1.32,1.33 MgaParser.h,1.16,1.17 mga.dtd,1.12,1.13
- Next message: [GME-commit] GMESRC/GME/Mga MgaProject.cpp,1.65,1.66
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list