[GME-commit] GMESRC/GME/Interfaces InterfaceVersion.h,1.49,1.50 MgaUtil.idl,1.37,1.38

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Aug 25 16:36:34 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Interfaces
In directory braindrain:/tmp/cvs-serv9882/GME/Interfaces

Modified Files:
	InterfaceVersion.h MgaUtil.idl 
Log Message:
Optional label avoidance for connections

CVS User: volgy

Index: InterfaceVersion.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** InterfaceVersion.h	24 Jul 2004 06:41:53 -0000	1.49
--- InterfaceVersion.h	25 Aug 2004 20:36:32 -0000	1.50
***************
*** 6,10 ****
  // CHECKSUM Meta.idl = 303D0EE0
  // CHECKSUM Mga.idl = 29EA1066
! // CHECKSUM MgaUtil.idl = 9A3E6BD6
  // CHECKSUM MgaDecorator.idl = E2851BB1
  // CHECKSUM Gme.idl = E6F42777
--- 6,10 ----
  // CHECKSUM Meta.idl = 303D0EE0
  // CHECKSUM Mga.idl = 29EA1066
! // CHECKSUM MgaUtil.idl = F6C1D690
  // CHECKSUM MgaDecorator.idl = E2851BB1
  // CHECKSUM Gme.idl = E6F42777
***************
*** 18,22 ****
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020048")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020048
--- 18,22 ----
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020049")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020049

Index: MgaUtil.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/MgaUtil.idl,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** MgaUtil.idl	20 Jul 2004 13:55:46 -0000	1.37
--- MgaUtil.idl	25 Aug 2004 20:36:32 -0000	1.38
***************
*** 183,186 ****
--- 183,193 ----
  	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