/*****************************************************************************/ /* Software Testing Automation Framework (STAF) */ /* (C) Copyright IBM Corp. 2001 */ /* */ /* This software is licensed under the Eclipse Public License (EPL) V1.0. */ /*****************************************************************************/ #ifndef STAF_MonitorService #define STAF_MonitorService #ifdef __cplusplus extern "C" { #endif /* Commented out to avoid compiler warning: "Enumeration was defined with an empty enumerator list." //typedef enum STAFMonitorRC_e { // Insert any service-specific error codes here } STAFMonitor_t; */ #ifdef __cplusplus } #endif #endif