[GME-commit] GMESRC/GME/Interfaces InterfaceVersion.h,1.43,1.44
Mga.idl,1.39,1.40 Parser.idl,1.9,1.10
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Jul 19 03:01:02 CDT 2004
- Previous message: [GME-commit] GMESRC/GME/Gme GMEApp.cpp,1.117,1.118
- Next message: [GME-commit]
GMESRC/GME/Mga MgaGeneric.cpp,1.10,1.11 MgaGeneric.h,1.7,1.8
MgaProject.cpp,1.50,1.51 MgaProject.h,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/Interfaces
In directory braindrain:/tmp/cvs-serv1912/GME/Interfaces
Modified Files:
InterfaceVersion.h Mga.idl Parser.idl
Log Message:
Introduced version and metaversion attributes for MGA projects
CVS User: volgy
Index: InterfaceVersion.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** InterfaceVersion.h 6 Jul 2004 16:10:04 -0000 1.43
--- InterfaceVersion.h 19 Jul 2004 07:01:00 -0000 1.44
***************
*** 5,13 ****
// CHECKSUM Core.idl = 690DFF65
// CHECKSUM Meta.idl = 0CCCDDE1
! // CHECKSUM Mga.idl = 75F5E767
// CHECKSUM MgaUtil.idl = 00253704
// CHECKSUM MgaDecorator.idl = E2851BB1
// CHECKSUM Gme.idl = C27EAA7A
! // CHECKSUM Parser.idl = 4B9933D8
--- 5,13 ----
// CHECKSUM Core.idl = 690DFF65
// CHECKSUM Meta.idl = 0CCCDDE1
! // CHECKSUM Mga.idl = 47F25D67
// CHECKSUM MgaUtil.idl = 00253704
// CHECKSUM MgaDecorator.idl = E2851BB1
// CHECKSUM Gme.idl = C27EAA7A
! // CHECKSUM Parser.idl = FF461681
***************
*** 18,22 ****
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020035")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020035
--- 18,22 ----
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020038")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020038
Index: Mga.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/Mga.idl,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** Mga.idl 30 Jun 2004 17:50:47 -0000 1.39
--- Mga.idl 19 Jul 2004 07:01:00 -0000 1.40
***************
*** 466,470 ****
--- 466,473 ----
[propget, helpstring("property Name")] HRESULT Name([out, retval] BSTR *pVal);
[propput, helpstring("property Name")] HRESULT Name([in] BSTR newval);
+ [propget, helpstring("property Version")] HRESULT Version([out, retval] BSTR *pVal);
+ [propput, helpstring("property Version")] HRESULT Version([in] BSTR newval);
[propget, helpstring("property MetaGUID")] HRESULT MetaGUID([out, retval] VARIANT *pVal);
+ [propget, helpstring("property MetaVersion")] HRESULT MetaVersion([out, retval] BSTR *pVal);
[propget, helpstring("property GUID")] HRESULT GUID([out, retval] VARIANT *pVal);
[propput, helpstring("property GUID")] HRESULT GUID([in] VARIANT newVal);
Index: Parser.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/Parser.idl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Parser.idl 5 Jul 2004 06:45:27 -0000 1.9
--- Parser.idl 19 Jul 2004 07:01:00 -0000 1.10
***************
*** 63,67 ****
{
[helpstring("method GetXMLInfo")]
! HRESULT GetXMLInfo([in] BSTR xmlfile, [out] BSTR *paradigm, [out] VARIANT *parguid, [out] BSTR *basename);
[helpstring("method ParseProject")]
--- 63,67 ----
{
[helpstring("method GetXMLInfo")]
! HRESULT GetXMLInfo([in] BSTR xmlfile, [out] BSTR *paradigm, [out] BSTR *parversion, [out] VARIANT *parguid, [out] BSTR *basename, [out] BSTR *ver);
[helpstring("method ParseProject")]
- Previous message: [GME-commit] GMESRC/GME/Gme GMEApp.cpp,1.117,1.118
- Next message: [GME-commit]
GMESRC/GME/Mga MgaGeneric.cpp,1.10,1.11 MgaGeneric.h,1.7,1.8
MgaProject.cpp,1.50,1.51 MgaProject.h,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list