debugT.h

Go to the documentation of this file.
00001 // debugT.h
00002 
00003 #ifndef I_debugT_H
00004 #define I_debugT_H
00005 
00006 #include <string>
00007 
00008 using std::string ;
00009 
00010 #include "baseApp.h"
00011 
00012 class debugT : public baseApp {
00013 private:
00014     string                      _tryme ;
00015                                 debugT() {}
00016 public:
00017                                 debugT( const string &s )
00018                                     : _tryme( s ),
00019                                       baseApp() {}
00020     virtual                     ~debugT(void) {}
00021     virtual int                 run(void);
00022 };
00023 
00024 #endif
00025 

Generated on Wed Jan 2 06:01:19 2008 for OPeNDAP Back End Server (BES) by  doxygen 1.5.4