[GME-commit] GMESRC/GME/Interfaces InterfaceVersion.h,1.64,1.65
MgaUtil.idl,1.46,1.47
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Jan 12 22:46:58 CST 2006
Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv15269
Modified Files:
InterfaceVersion.h MgaUtil.idl
Log Message:
Option for Enabling timestamping added.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: MgaUtil.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/MgaUtil.idl,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** MgaUtil.idl 28 Nov 2005 21:51:13 -0000 1.46
--- MgaUtil.idl 12 Jan 2006 22:46:56 -0000 1.47
***************
*** 323,326 ****
--- 323,334 ----
[helpstring("set real number format string")]
HRESULT SetRealNmbFmtStr([in] regaccessmode_enum mode, [in] BSTR fmtStr);
+
+ // --- TimeStamping Messages in Console Window
+ [helpstring("getter method for TimeStamping")]
+ HRESULT GetTimeStamping([in] regaccessmode_enum mode, [out, retval] VARIANT_BOOL *enabled);
+
+ [helpstring("setter method for TimeStamping")]
+ HRESULT SetTimeStamping([in] regaccessmode_enum mode, [in] VARIANT_BOOL enabled);
+
// --- Paradigms
Index: InterfaceVersion.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** InterfaceVersion.h 19 Dec 2005 22:29:20 -0000 1.64
--- InterfaceVersion.h 12 Jan 2006 22:46:56 -0000 1.65
***************
*** 3,10 ****
// Interfaceversion.h file
! // CHECKSUM Core.idl = 690DFF65
! // CHECKSUM Meta.idl = 303D0EE0
! // CHECKSUM Mga.idl = 2CB0DD2C
! // CHECKSUM MgaUtil.idl = 4EDF1277
// CHECKSUM MgaDecorator.idl = E2851BB1
// CHECKSUM Gme.idl = D43B4B03
--- 3,10 ----
// Interfaceversion.h file
! // CHECKSUM Core.idl = E1744BD4
! // CHECKSUM Meta.idl = 8997E431
! // CHECKSUM Mga.idl = 6DD3857A
! // CHECKSUM MgaUtil.idl = ED654997
// CHECKSUM MgaDecorator.idl = E2851BB1
// CHECKSUM Gme.idl = D43B4B03
***************
*** 18,22 ****
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x0002007C")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x0002007C
--- 18,22 ----
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x0002008D")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x0002008D
More information about the GME-commit
mailing list