scrubT.h

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

Generated on Sat Jan 19 04:05:37 2008 for OPeNDAP Back End Server (BES) by  doxygen 1.5.4