[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


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



More information about the GME-commit mailing list