[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
- Next message: [GME-commit]
GMESRC/GME/Mga MgaCheck.cpp,1.7,1.8 MgaComplexOps.cpp,1.15,1.16
MgaFCO.cpp,1.34,1.35 MgaFCO.h,1.25,1.26 MgaGeneric.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 );
};
- Next message: [GME-commit]
GMESRC/GME/Mga MgaCheck.cpp,1.7,1.8 MgaComplexOps.cpp,1.15,1.16
MgaFCO.cpp,1.34,1.35 MgaFCO.h,1.25,1.26 MgaGeneric.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list