[commit] r1818 - trunk/GME/Interfaces
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Feb 1 17:29:05 CST 2012
Author: ksmyth
Date: Wed Feb 1 17:29:05 2012
New Revision: 1818
Log:
Clarify MgaProject::ProjectStatus helpstring
Modified:
trunk/GME/Interfaces/Mga.idl
Modified: trunk/GME/Interfaces/Mga.idl
==============================================================================
--- trunk/GME/Interfaces/Mga.idl Wed Feb 1 17:28:55 2012 (r1817)
+++ trunk/GME/Interfaces/Mga.idl Wed Feb 1 17:29:05 2012 (r1818)
@@ -447,7 +447,7 @@
[ helpstring("method BeginTransactionInNewTerr with Territory creation")]
HRESULT BeginTransactionInNewTerr([in, defaultvalue(TRANSACTION_GENERAL)] transactiontype_enum mode, [out, retval] IMgaTerritory **terr);
- [ propget, helpstring("property ProjectStatus mask bits: 0:is open? 1:open r/o? 2:has changed? 3:in transaction?, 4:transaction r/o?, 31:error?")]
+ [ propget, helpstring("property ProjectStatus mask bits: bit 0 set:project is open. bit 2 set: project has changed. bit 3 set: in transaction. bit 4 set: transaction is read only. bit 31 set: error state")]
HRESULT ProjectStatus([out, retval] long *stat);
[ helpstring("method Notify: Send global notification")] HRESULT Notify([in] globalevent_enum event);
More information about the gme-commit
mailing list