00001 // BESServerUtils.h 00002 00003 #ifndef S_BESServerUtils_h 00004 #define S_BESServerUtils_h 1 00005 00006 #include <string> 00007 00008 using std::string ; 00009 00010 class BESServerUtils 00011 { 00012 public: 00013 static void show_usage( const string &app_name ) ; 00014 static void show_version( const string &app_name ) ; 00015 } ; 00016 00017 #endif // S_BESServerUtils_h