[GME-commit] GMESRC/GME/Interfaces InterfaceVersion.h,1.72,1.73 Meta.idl,1.22,1.23

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu Oct 19 15:42:56 CDT 2006


Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv3483

Modified Files:
	InterfaceVersion.h Meta.idl 
Log Message:
Viewable attribute added to IMgaMetaAttribute to hide/show an attribute in ObjectInspector.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: Meta.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/Meta.idl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Meta.idl	21 Jul 2006 16:39:58 -0000	1.22
--- Meta.idl	19 Oct 2006 14:42:54 -0000	1.23
***************
*** 807,810 ****
--- 807,813 ----
  	// --- data
  
+ 	[propget, helpstring("property Viewable")]
+ 	HRESULT Viewable([out, retval] VARIANT_BOOL *p);
+ 
  	[propget, helpstring("property DefaultValue")]
  	HRESULT DefaultValue([out, retval] VARIANT *p);
***************
*** 817,820 ****
--- 820,826 ----
  
  	// --- edit data
+ 
+ 	[propput, helpstring("property Viewable")]
+ 	HRESULT Viewable([in] VARIANT_BOOL p);
  
  	[propput, helpstring("property DefaultValue")]

Index: InterfaceVersion.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** InterfaceVersion.h	19 Oct 2006 02:16:52 -0000	1.72
--- InterfaceVersion.h	19 Oct 2006 14:42:54 -0000	1.73
***************
*** 4,8 ****
  
  // CHECKSUM Core.idl = E1744BD4
! // CHECKSUM Meta.idl = DD5ECFF5
  // CHECKSUM Mga.idl = AE63B1B3
  // CHECKSUM MgaUtil.idl = 3A260000
--- 4,8 ----
  
  // CHECKSUM Core.idl = E1744BD4
! // CHECKSUM Meta.idl = DF870113
  // CHECKSUM Mga.idl = AE63B1B3
  // CHECKSUM MgaUtil.idl = 3A260000
***************
*** 18,22 ****
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020093")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020093
--- 18,22 ----
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020094")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020094



More information about the GME-commit mailing list