1 /*****************************************************************************/
2 /* Software Testing Automation Framework (STAF)                              */
3 /* (C) Copyright IBM Corp. 2001                                              */
4 /*                                                                           */
5 /* This software is licensed under the Eclipse Public License (EPL) V1.0.    */
6 /*****************************************************************************/
7 
8 
9 #ifndef STAF_MonitorService
10 #define STAF_MonitorService
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
17 /* Commented out to avoid compiler warning: "Enumeration was defined with an
18    empty enumerator list."
19 //typedef enum STAFMonitorRC_e {
20     // Insert any service-specific error codes here
21 } STAFMonitor_t;
22 */
23 
24 #ifdef __cplusplus
25 }
26 #endif
27 
28 #endif
29