[GME-commit] GMESRC/GME/Interfaces Gme.idl,1.17,1.18

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Jun 17 04:25:34 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv4647

Modified Files:
	Gme.idl 
Log Message:
Parameter name conflicted with stl's set (under VC6).


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: Gme.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/Gme.idl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Gme.idl	15 Apr 2005 18:24:10 -0000	1.17
--- Gme.idl	17 Jun 2005 03:25:32 -0000	1.18
***************
*** 179,184 ****
  	HRESULT Exclude( [in] BSTR setname, [in] BSTR membername);
  
! 	HRESULT IncludeFCO( [in] IMgaSet* set, [in] IMgaFCO* fco);
! 	HRESULT ExcludeFCO( [in] IMgaSet* set, [in] IMgaFCO* fco);
  
  	HRESULT Connect( [in] BSTR src_part, [in] BSTR dst_part, [in] BSTR connection_role, [out, retval] IMgaConnection ** conn );
--- 179,184 ----
  	HRESULT Exclude( [in] BSTR setname, [in] BSTR membername);
  
! 	HRESULT IncludeFCO( [in] IMgaSet* p_set, [in] IMgaFCO* fco);
! 	HRESULT ExcludeFCO( [in] IMgaSet* p_set, [in] IMgaFCO* fco);
  
  	HRESULT Connect( [in] BSTR src_part, [in] BSTR dst_part, [in] BSTR connection_role, [out, retval] IMgaConnection ** conn );



More information about the GME-commit mailing list