00001 /* $Id: OSServiceMethods.h 4403 2011-12-08 14:03:28Z Gassmann $ */ 00016 #ifndef OSSERVICEMETHODS_H 00017 #define OSSERVICEMETHODS_H 00018 00019 #include "OSCommandLine.h" 00020 #include <string> 00021 00022 00032 class OSServiceMethods 00033 { 00034 public: 00039 std::string resultString; 00040 00043 OSServiceMethods(); 00044 00047 ~OSServiceMethods(); 00048 00055 OSServiceMethods(OSCommandLine *oscommandline); 00056 00062 bool executeServiceMethod(OSCommandLine *oscommandline); 00063 00067 std::string get_help(); 00068 }; 00069 #endif 00070 00071 /* end header file */