[GME-commit] GMESRC/GME/Interfaces MgaUtil.idl,1.50,1.51
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Aug 15 18:34:44 CDT 2006
Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv23517
Modified Files:
MgaUtil.idl
Log Message:
LastClosureId get/set methods introduced for GMEMerge tool and CopyClosure.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: MgaUtil.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/MgaUtil.idl,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** MgaUtil.idl 8 Aug 2006 19:11:02 -0000 1.50
--- MgaUtil.idl 15 Aug 2006 17:34:42 -0000 1.51
***************
*** 607,610 ****
--- 607,620 ----
interface IMgaClosure : IDispatch
{
+ [helpstring("method GetLastClosureId - returns the last closure id stored in the rootfolder's registry")]
+ HRESULT GetLastClosureId
+ ( [in] IMgaProject* p_project
+ , [out, retval] long* p_pMarkWith);
+
+ [helpstring("method PutLastClosureId - saves the new last id")]
+ HRESULT PutLastClosureId
+ ( [in] IMgaProject* p_project
+ , [in] long p_iMarkWith);
+
[helpstring("method SelectiveClosure")]
HRESULT SelectiveClosureDlg
***************
*** 619,623 ****
, [out] long* wrapping // 0: miniproject, 1: automatic, 2: as is
, [out] long* kind_filter // -1 = all, otherwise calculate the 0b000rsamf mask, where f = Folders, m = Models, a = Atoms, s = Sets, r = References
! , [out] long* mark_value // -1 = do not mark, otherwise mark objects' registry with marker value specified by the user
, [out] long* options // special value
, [out] VARIANT_BOOL* direction_down // main direction to go in the hierarchy
--- 629,633 ----
, [out] long* wrapping // 0: miniproject, 1: automatic, 2: as is
, [out] long* kind_filter // -1 = all, otherwise calculate the 0b000rsamf mask, where f = Folders, m = Models, a = Atoms, s = Sets, r = References
! , [in, out] long* mark_value // -1 = do not mark, otherwise mark objects' registry with marker value specified by the user
, [out] long* options // special value
, [out] VARIANT_BOOL* direction_down // main direction to go in the hierarchy
More information about the GME-commit
mailing list