[GME-commit]
GMESRC/GME/MgaUtil MgaUtil.rc,1.35,1.36 MgaUtilLib.idl,1.7,1.8
MgaUtil.dsp,1.23,1.24 resource.h,1.22,1.23 MgaUtilApp.cpp,1.8,1.9
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Jun 10 18:07:13 CDT 2004
Update of /var/lib/gme/GMESRC/GME/MgaUtil
In directory braindrain:/tmp/cvs-serv23185/GME/MgaUtil
Modified Files:
MgaUtil.rc MgaUtilLib.idl MgaUtil.dsp resource.h
MgaUtilApp.cpp
Log Message:
added IMgaEventLogger
CVS User: brianw
Index: MgaUtil.rc
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/MgaUtil/MgaUtil.rc,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** MgaUtil.rc 2 Jun 2004 21:30:44 -0000 1.35
--- MgaUtil.rc 10 Jun 2004 22:07:11 -0000 1.36
***************
*** 594,597 ****
--- 594,598 ----
IDR_MGAXSLTFILESEL REGISTRY DISCARDABLE "MgaXsltFileSel.rgs"
IDR_MGACLOSURE REGISTRY DISCARDABLE "MgaClosure.rgs"
+ IDR_MGAEVENTLOGGER REGISTRY DISCARDABLE "MgaEventLogger.rgs"
/////////////////////////////////////////////////////////////////////////////
Index: MgaUtilLib.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/MgaUtil/MgaUtilLib.idl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** MgaUtilLib.idl 2 Jun 2004 21:30:44 -0000 1.7
--- MgaUtilLib.idl 10 Jun 2004 22:07:11 -0000 1.8
***************
*** 99,102 ****
--- 99,112 ----
}
+ [
+ uuid(98C2F832-0209-45c9-B665-829B88AA9399),
+ helpstring("MgaEventLogger Class")
+ ]
+ coclass MgaEventLogger
+ {
+ [default] interface IMgaEventLogger;
+ interface IMgaEventLogger;
+ };
+
};
Index: MgaUtil.dsp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/MgaUtil/MgaUtil.dsp,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** MgaUtil.dsp 2 Jun 2004 21:30:44 -0000 1.23
--- MgaUtil.dsp 10 Jun 2004 22:07:11 -0000 1.24
***************
*** 207,210 ****
--- 207,214 ----
# Begin Source File
+ SOURCE=.\MgaEventLogger.cpp
+ # End Source File
+ # Begin Source File
+
SOURCE=.\MgaLauncher.cpp
# End Source File
***************
*** 377,380 ****
--- 381,388 ----
# Begin Source File
+ SOURCE=.\MgaEventLogger.h
+ # End Source File
+ # Begin Source File
+
SOURCE=.\MgaLauncher.h
# End Source File
***************
*** 478,481 ****
--- 486,493 ----
SOURCE=.\mgaclosure.rgs
+ # End Source File
+ # Begin Source File
+
+ SOURCE=.\MgaEventLogger.rgs
# End Source File
# Begin Source File
Index: resource.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/MgaUtil/resource.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** resource.h 2 Jun 2004 21:30:44 -0000 1.22
--- resource.h 10 Jun 2004 22:07:11 -0000 1.23
***************
*** 85,88 ****
--- 85,89 ----
#define IDR_MGACLOSURE 2064
#define IDD_CLOSURERES 2065
+ #define IDR_MGAEVENTLOGGER 2066
#define IDR_COMPONENTPROXY 2090
#define IDC_PROGRESS1 2150
***************
*** 181,185 ****
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
! #define _APS_NEXT_RESOURCE_VALUE 2066
#define _APS_NEXT_COMMAND_VALUE 32778
#define _APS_NEXT_CONTROL_VALUE 2242
--- 182,186 ----
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
! #define _APS_NEXT_RESOURCE_VALUE 2067
#define _APS_NEXT_COMMAND_VALUE 32778
#define _APS_NEXT_CONTROL_VALUE 2242
Index: MgaUtilApp.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/MgaUtil/MgaUtilApp.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** MgaUtilApp.cpp 2 Jun 2004 21:30:44 -0000 1.8
--- MgaUtilApp.cpp 10 Jun 2004 22:07:11 -0000 1.9
***************
*** 15,18 ****
--- 15,19 ----
#include "MgaProgressDlg.h"
#include "MgaClosure.h"
+ #include "MgaEventLogger.h"
#include "ComponentProxy.h"
#include "XsltFileSel.h"
***************
*** 86,89 ****
--- 87,91 ----
OBJECT_ENTRY(CLSID_MgaXsltFileSel, CXsltFileSel)
OBJECT_ENTRY(CLSID_MgaClosure, CMgaClosure)
+ OBJECT_ENTRY(CLSID_MgaEventLogger, CMgaEventLogger)
END_OBJECT_MAP()
More information about the GME-commit
mailing list