[GME-commit] GMESRC/GME/Interfaces MgaUtil.idl,1.40,1.41 InterfaceVersion.h,1.53,1.54

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu Dec 2 16:31:02 CST 2004


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

Modified Files:
	MgaUtil.idl InterfaceVersion.h 
Log Message:
console scripting

CVS User: bogyom

Index: MgaUtil.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/MgaUtil.idl,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** MgaUtil.idl	28 Sep 2004 15:06:34 -0000	1.40
--- MgaUtil.idl	2 Dec 2004 22:30:59 -0000	1.41
***************
*** 190,193 ****
--- 190,200 ----
  	HRESULT LabelAvoidance([in] regaccessmode_enum mode, [in] VARIANT_BOOL enabled);
  
+ 	// --- Scripting
+ 	[propget, helpstring("property ScriptEngine")]
+ 	HRESULT ScriptEngine([in] regaccessmode_enum mode, [out, retval] BSTR *path);
+ 
+ 	[propput, helpstring("property ScriptEngine")]
+ 	HRESULT ScriptEngine([in] regaccessmode_enum mode, [in] BSTR path);
+ 
  	// --- Paradigms
  

Index: InterfaceVersion.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** InterfaceVersion.h	21 Oct 2004 21:12:47 -0000	1.53
--- InterfaceVersion.h	2 Dec 2004 22:30:59 -0000	1.54
***************
*** 6,10 ****
  // CHECKSUM Meta.idl = 303D0EE0
  // CHECKSUM Mga.idl = E78CAEDE
! // CHECKSUM MgaUtil.idl = 5F7D9D55
  // CHECKSUM MgaDecorator.idl = E2851BB1
  // CHECKSUM Gme.idl = E6F42777
--- 6,10 ----
  // CHECKSUM Meta.idl = 303D0EE0
  // CHECKSUM Mga.idl = E78CAEDE
! // CHECKSUM MgaUtil.idl = 1FE2ACEC
  // CHECKSUM MgaDecorator.idl = E2851BB1
  // CHECKSUM Gme.idl = E6F42777
***************
*** 18,22 ****
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020059")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020059
--- 18,22 ----
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x0002005A")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x0002005A



More information about the GME-commit mailing list