[GME-commit] GMESRC/GME/Interfaces MgaUtil.idl,1.33,1.34
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Jun 10 18:05:46 CDT 2004
- Previous message: [GME-commit] GMESRC/Tests/cvstest - New directory
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/Interfaces
In directory braindrain:/tmp/cvs-serv23161/GME/Interfaces
Modified Files:
MgaUtil.idl
Log Message:
added IMgaEventLogger
CVS User: brianw
Index: MgaUtil.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/MgaUtil.idl,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** MgaUtil.idl 2 Jun 2004 21:50:36 -0000 1.33
--- MgaUtil.idl 10 Jun 2004 22:05:43 -0000 1.34
***************
*** 425,427 ****
--- 425,452 ----
};
+ [
+ object,
+ uuid(9D46C230-31A5-4248-B61E-4223FA6A7F7A),
+ dual,
+ helpstring("IMgaEventLogger Interface"),
+ pointer_default(unique)
+ ]
+ interface IMgaEventLogger : IUnknown
+
+ {
+
+ [helpstring("method LogEvent")]
+ HRESULT LogEvent([in] BSTR eventMsg);
+
+ [helpstring("method Initialize")]
+ HRESULT Initialize();
+
+ [helpstring("method StopLogging")]
+ HRESULT StopLogging();
+
+ [helpstring("method EmergencyEvent")]
+ HRESULT EmergencyEvent();
+
+ }
+
//0B989672-7179-46ba-9352-D1EDB0222B7E
- Previous message: [GME-commit] GMESRC/Tests/cvstest - New directory
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list