[GME-commit] GMESRC/GME/Interfaces InterfaceVersion.h,1.45,1.46 Meta.idl,1.19,1.20 MgaUtil.idl,1.36,1.37

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Jul 20 09:55:49 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Interfaces
In directory braindrain:/tmp/cvs-serv8866/GME/Interfaces

Modified Files:
	InterfaceVersion.h Meta.idl MgaUtil.idl 
Log Message:
Version string was introduced in the Registration process

CVS User: volgy

Index: InterfaceVersion.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** InterfaceVersion.h	19 Jul 2004 15:22:59 -0000	1.45
--- InterfaceVersion.h	20 Jul 2004 13:55:46 -0000	1.46
***************
*** 4,10 ****
  
  // CHECKSUM Core.idl = 690DFF65
! // CHECKSUM Meta.idl = 0CCCDDE1
  // CHECKSUM Mga.idl = 947B4C3A
! // CHECKSUM MgaUtil.idl = 00253704
  // CHECKSUM MgaDecorator.idl = E2851BB1
  // CHECKSUM Gme.idl = C27EAA7A
--- 4,10 ----
  
  // CHECKSUM Core.idl = 690DFF65
! // CHECKSUM Meta.idl = 303D0EE0
  // CHECKSUM Mga.idl = 947B4C3A
! // CHECKSUM MgaUtil.idl = 9A3E6BD6
  // CHECKSUM MgaDecorator.idl = E2851BB1
  // CHECKSUM Gme.idl = C27EAA7A
***************
*** 18,22 ****
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020039")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020039
--- 18,22 ----
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020040")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020040

Index: Meta.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/Meta.idl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Meta.idl	2 Oct 2002 18:17:00 -0000	1.19
--- Meta.idl	20 Jul 2004 13:55:46 -0000	1.20
***************
*** 262,267 ****
--- 262,273 ----
  	HRESULT CreatedAt([out, retval] BSTR *p);
  
+ 	[propput, helpstring("property CreatedAt")]
+ 	HRESULT CreatedAt([in] BSTR p);
+ 
  	[propget, helpstring("property ModifiedAt")]
  	HRESULT ModifiedAt([out, retval] BSTR *p);
+ 
+ 	[propput, helpstring("property ModifiedAt")]
+ 	HRESULT ModifiedAt([in] BSTR p);
  
  	// --- other objects

Index: MgaUtil.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/MgaUtil.idl,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** MgaUtil.idl	30 Jun 2004 17:50:47 -0000	1.36
--- MgaUtil.idl	20 Jul 2004 13:55:46 -0000	1.37
***************
*** 194,198 ****
  
  	[helpstring("method RegisterParadigm")]
! 	HRESULT RegisterParadigm([in] BSTR name, [in] BSTR connstr, [in] VARIANT guid, [in] regaccessmode_enum mode);
  
  	[helpstring("method QueryParadigm")]
--- 194,198 ----
  
  	[helpstring("method RegisterParadigm")]
! 	HRESULT RegisterParadigm([in] BSTR name, [in] BSTR connstr, [in] BSTR ver, [in] VARIANT guid, [in] regaccessmode_enum mode);
  
  	[helpstring("method QueryParadigm")]
***************
*** 210,213 ****
--- 210,219 ----
  	[helpstring("method UnregisterParadigmGUID")]
  	HRESULT UnregisterParadigmGUID([in] BSTR name, [in] VARIANT guid, [in] regaccessmode_enum mode);
+ 
+ 	[helpstring("method VersionFromGUID")]
+ 	HRESULT VersionFromGUID([in] BSTR name, [in] VARIANT guid, [out] BSTR *ver, [in] regaccessmode_enum mode);
+ 
+ 	[helpstring("method GUIDFromVersion")]
+ 	HRESULT GUIDFromVersion([in] BSTR name, [in] BSTR ver, [out] VARIANT* guid, [in] regaccessmode_enum mode);
  
  	// --- Components



More information about the GME-commit mailing list