[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
- Previous message: [GME-commit]
GMESRC/GME/MgaUtil GmeDlg.cpp,1.10,1.11 GmeDlg.h,1.9,1.10
MgaRegistrar.cpp,1.41,1.42 MgaRegistrar.h,1.18,1.19
MgaUtil.rc,1.46,1.47 resource.h,1.27,1.28
- Next message: [GME-commit]
GMESRC/GME/Gme GMEApp.cpp,1.129,1.130 GMEApp.h,1.27,1.28
GMEView.cpp,1.166,1.167
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [GME-commit]
GMESRC/GME/MgaUtil GmeDlg.cpp,1.10,1.11 GmeDlg.h,1.9,1.10
MgaRegistrar.cpp,1.41,1.42 MgaRegistrar.h,1.18,1.19
MgaUtil.rc,1.46,1.47 resource.h,1.27,1.28
- Next message: [GME-commit]
GMESRC/GME/Gme GMEApp.cpp,1.129,1.130 GMEApp.h,1.27,1.28
GMEView.cpp,1.166,1.167
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list