[commit] r1540 - branches/Breaking_COM_Changes/GME/Interfaces

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Sep 15 09:34:28 CDT 2011


Author: ksmyth
Date: Thu Sep 15 09:34:27 2011
New Revision: 1540

Log:
SrcConnPoints and DstConnPoints: IMgaSimpleConnection analogs for ConnPoints

Modified:
   branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl

Modified: branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl
==============================================================================
--- branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl	Wed Sep 14 16:38:32 2011	(r1539)
+++ branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl	Thu Sep 15 09:34:27 2011	(r1540)
@@ -894,6 +894,8 @@
 
 	[propget, helpstring("property RootFCO")] 
 				HRESULT RootFCO([out, retval] IMgaFCO **pVal);
+	[propget] HRESULT SrcConnPoints([out, retval] IMgaFCOs **ret);
+	[propget] HRESULT DstConnPoints([out, retval] IMgaFCOs **ret);
 };
 /*
 [


More information about the gme-commit mailing list