[GME-commit] GMESRC/GME/Interfaces Mga.idl,1.47,1.48

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon Mar 13 19:05:02 CST 2006


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

Modified Files:
	Mga.idl 
Log Message:
Read-only flag getter/setters introduced for IMgaObject.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: Mga.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/Mga.idl,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** Mga.idl	28 Nov 2005 21:51:13 -0000	1.47
--- Mga.idl	13 Mar 2006 19:05:00 -0000	1.48
***************
*** 733,736 ****
--- 733,742 ----
  	[helpstring("getter for property nthObjectByPath, returns the nth samename object if path not unique")] 
  			HRESULT GetNthObjectByPathDisp([in] long n_th, [in] BSTR path, [out, retval] IMgaObject **pVal);
+ 	[helpstring("make an object and its subelements ReadOnly/ReadWrite")]
+ 			HRESULT PutReadOnlyAccessWithPropagate( [in] VARIANT_BOOL pReadOnly );
+ 	[helpstring("make an object ReadOnly/ReadWrite")]
+ 			HRESULT PutReadOnlyAccess( [in] VARIANT_BOOL pReadOnly );
+ 	[helpstring("ask about access rights to an object")]
+ 			HRESULT HasReadOnlyAccess( [out, retval] VARIANT_BOOL* pReadOnly );
  };
  



More information about the GME-commit mailing list