[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
- Previous message: [GME-commit]
GMESRC/GME/MgaUtil MgaUtil.rc,1.43,1.44 MgaRegistrar.h,1.17,1.18
MgaRegistrar.cpp,1.39,1.40 GmeDlg.h,1.7,1.8 GmeDlg.cpp,1.8,1.9
- Next message: [GME-commit]
GMESRC/GME/Gme GMEConsole.h,1.1,1.2 GMEConsole.cpp,1.1,1.2
GMEApp.cpp,1.125,1.126 console.h,1.1,1.2 console.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [GME-commit]
GMESRC/GME/MgaUtil MgaUtil.rc,1.43,1.44 MgaRegistrar.h,1.17,1.18
MgaRegistrar.cpp,1.39,1.40 GmeDlg.h,1.7,1.8 GmeDlg.cpp,1.8,1.9
- Next message: [GME-commit]
GMESRC/GME/Gme GMEConsole.h,1.1,1.2 GMEConsole.cpp,1.1,1.2
GMEApp.cpp,1.125,1.126 console.h,1.1,1.2 console.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list