[GME-commit]
GMESRC/GME/MgaUtil MgaClosure.h,1.4,1.5 MgaEventLogger.h,1.2,1.3
MgaUtilLib.idl,1.8,1.9
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon May 2 18:13:33 CDT 2005
Update of /project/gme-repository/GMESRC/GME/MgaUtil
In directory escher:/tmp/cvs-serv13741
Modified Files:
MgaClosure.h MgaEventLogger.h MgaUtilLib.idl
Log Message:
MgaClosure made IDispatch based.
MgaEventLogger corrected: IDispatch based now
MgaUtilLib.idl:
1. guilty [default, source] attribute removed from ComponentProxy coclass' IMgaComponentDispatch interface declaration
(tlbimp.exe crashed because of this line)
2. in MgaEventLogger coclass repeated declaration of IMgaEventLogger removed.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: MgaClosure.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaUtil/MgaClosure.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MgaClosure.h 12 Apr 2005 23:37:31 -0000 1.4
--- MgaClosure.h 2 May 2005 17:13:30 -0000 1.5
***************
*** 8,12 ****
: public CComObjectRootEx<CComSingleThreadModel>
, public CComCoClass<CMgaClosure, &CLSID_MgaClosure>
! , public IMgaClosure
{
public:
--- 8,12 ----
: public CComObjectRootEx<CComSingleThreadModel>
, public CComCoClass<CMgaClosure, &CLSID_MgaClosure>
! , public IDispatchImpl<IMgaClosure, &IID_IMgaClosure, &LIBID_MGAUTILLib>
{
public:
***************
*** 19,22 ****
--- 19,23 ----
BEGIN_COM_MAP(CMgaClosure)
COM_INTERFACE_ENTRY(IMgaClosure)
+ COM_INTERFACE_ENTRY(IDispatch)
END_COM_MAP()
Index: MgaEventLogger.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaUtil/MgaEventLogger.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MgaEventLogger.h 11 Jun 2004 15:19:11 -0000 1.2
--- MgaEventLogger.h 2 May 2005 17:13:31 -0000 1.3
***************
*** 26,30 ****
BEGIN_COM_MAP(CMgaEventLogger)
COM_INTERFACE_ENTRY(IMgaEventLogger)
! //COM_INTERFACE_ENTRY(IDispatch)
END_COM_MAP()
--- 26,30 ----
BEGIN_COM_MAP(CMgaEventLogger)
COM_INTERFACE_ENTRY(IMgaEventLogger)
! COM_INTERFACE_ENTRY(IDispatch)
END_COM_MAP()
Index: MgaUtilLib.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaUtil/MgaUtilLib.idl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** MgaUtilLib.idl 10 Jun 2004 22:07:11 -0000 1.8
--- MgaUtilLib.idl 2 May 2005 17:13:31 -0000 1.9
***************
*** 69,73 ****
interface IMgaComponentEx;
interface IMgaVersionInfo;
! [default, source] dispinterface IMgaComponentDispatch;
};
--- 69,73 ----
interface IMgaComponentEx;
interface IMgaVersionInfo;
! //[default, source] dispinterface IMgaComponentDispatch;
};
***************
*** 106,110 ****
{
[default] interface IMgaEventLogger;
- interface IMgaEventLogger;
};
--- 106,109 ----
More information about the GME-commit
mailing list