[GME-commit] GMESRC/GME/Interfaces InterfaceVersion.h,1.51,1.52
MgaUtil.idl,1.39,1.40
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Sep 28 11:06:36 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Interfaces
In directory braindrain:/tmp/cvs-serv18266/GME/Interfaces
Modified Files:
InterfaceVersion.h MgaUtil.idl
Log Message:
Preparing for internal release 4.9.28
CVS User: volgy
Index: InterfaceVersion.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** InterfaceVersion.h 27 Sep 2004 22:06:24 -0000 1.51
--- InterfaceVersion.h 28 Sep 2004 15:06:34 -0000 1.52
***************
*** 6,10 ****
// CHECKSUM Meta.idl = 303D0EE0
// CHECKSUM Mga.idl = 2CCFC3FB
! // CHECKSUM MgaUtil.idl = 479B53BA
// CHECKSUM MgaDecorator.idl = E2851BB1
// CHECKSUM Gme.idl = E6F42777
--- 6,10 ----
// CHECKSUM Meta.idl = 303D0EE0
// CHECKSUM Mga.idl = 2CCFC3FB
! // CHECKSUM MgaUtil.idl = 5F7D9D55
// CHECKSUM MgaDecorator.idl = E2851BB1
// CHECKSUM Gme.idl = E6F42777
***************
*** 18,22 ****
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020057")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020057
--- 18,22 ----
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020058")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020058
Index: MgaUtil.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/MgaUtil.idl,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** MgaUtil.idl 27 Sep 2004 22:06:24 -0000 1.39
--- MgaUtil.idl 28 Sep 2004 15:06:34 -0000 1.40
***************
*** 182,185 ****
--- 182,192 ----
[propput, helpstring("property ExternalEditor")]
HRESULT ExternalEditor([in] regaccessmode_enum mode, [in] BSTR path);
+
+ // --- AutoRouter
+ [propget, helpstring("property LabelAvoidance")]
+ HRESULT LabelAvoidance([in] regaccessmode_enum mode, [out, retval] VARIANT_BOOL *enabled);
+
+ [propput, helpstring("property LabelAvoidance")]
+ HRESULT LabelAvoidance([in] regaccessmode_enum mode, [in] VARIANT_BOOL enabled);
// --- Paradigms
More information about the GME-commit
mailing list