[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
- Previous message: [GME-commit] GMESRC/GME/ObjectInspector Preference.cpp,1.34,1.35
- Next message: [GME-commit]
GMESRC/GME/Gme GME.rc,1.139,1.140 GMEView.cpp,1.165,1.166
GMEView.h,1.67,1.68 resource.h,1.64,1.65
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 );
- Previous message: [GME-commit] GMESRC/GME/ObjectInspector Preference.cpp,1.34,1.35
- Next message: [GME-commit]
GMESRC/GME/Gme GME.rc,1.139,1.140 GMEView.cpp,1.165,1.166
GMEView.h,1.67,1.68 resource.h,1.64,1.65
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list