[commit] r1508 - trunk/GME/Interfaces
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Sep 7 11:08:40 CDT 2011
Author: ksmyth
Date: Wed Sep 7 11:08:40 2011
New Revision: 1508
Log:
UsedByConns helpstring
Modified:
trunk/GME/Interfaces/Mga.idl
Modified: trunk/GME/Interfaces/Mga.idl
==============================================================================
--- trunk/GME/Interfaces/Mga.idl Wed Sep 7 09:58:27 2011 (r1507)
+++ trunk/GME/Interfaces/Mga.idl Wed Sep 7 11:08:40 2011 (r1508)
@@ -1153,7 +1153,8 @@
[propput, helpstring("property RefAspect: NOP for non-model refs")]
HRESULT RefAspect([in] IMgaMetaAspect * newVal);
- [propget, helpstring("property UsedByConns")] HRESULT UsedByConns([out, retval] IMgaConnPoints **pVal);
+ [propget, helpstring("property UsedByConns: get ConnPoints that connect to this Reference's RefPorts")]
+ HRESULT UsedByConns([out, retval] IMgaConnPoints **pVal);
/*
[propget, helpstring("property RefPorts")] HRESULT RefPorts([out, retval] IMgaRefPorts **pVal);
[propget, helpstring("property RefPortFor")] HRESULT RefPortFor([in] IMgaFCO* target, [out, retval] IMgaRefPorts *pVal);
More information about the gme-commit
mailing list