[GME-commit] GMESRC/GME/Interfaces InterfaceVersion.h,1.60,1.61 MgaUtil.idl,1.43,1.44

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Jun 21 20:41:39 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv9008

Modified Files:
	InterfaceVersion.h MgaUtil.idl 
Log Message:
DefaultZoomValue setter/getter introduced.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MgaUtil.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/MgaUtil.idl,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** MgaUtil.idl	2 May 2005 17:20:07 -0000	1.43
--- MgaUtil.idl	21 Jun 2005 19:41:37 -0000	1.44
***************
*** 197,200 ****
--- 197,206 ----
  	HRESULT ScriptEngine([in] regaccessmode_enum mode, [in] BSTR path);
  
+ 	[helpstring("get DefZoomLevel")]
+ 	HRESULT GetDefZoomLevel([in] regaccessmode_enum mode, [out, retval] BSTR *zlevel);
+ 
+ 	[helpstring("set DefZoomLevel")]
+ 	HRESULT SetDefZoomLevel([in] regaccessmode_enum mode, [in] BSTR zlevel);
+ 
  	// --- Paradigms
  

Index: InterfaceVersion.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** InterfaceVersion.h	17 Jun 2005 04:08:55 -0000	1.60
--- InterfaceVersion.h	21 Jun 2005 19:41:37 -0000	1.61
***************
*** 6,10 ****
  // CHECKSUM Meta.idl = 303D0EE0
  // CHECKSUM Mga.idl = 05C35BA7
! // CHECKSUM MgaUtil.idl = 1795021D
  // CHECKSUM MgaDecorator.idl = E2851BB1
  // CHECKSUM Gme.idl = 96E8A61E
--- 6,10 ----
  // CHECKSUM Meta.idl = 303D0EE0
  // CHECKSUM Mga.idl = 05C35BA7
! // CHECKSUM MgaUtil.idl = 890C6350
  // CHECKSUM MgaDecorator.idl = E2851BB1
  // CHECKSUM Gme.idl = 96E8A61E
***************
*** 18,22 ****
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020070")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020070
--- 18,22 ----
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020071")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020071



More information about the GME-commit mailing list