keysT.h

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

Generated on Wed Aug 29 02:59:01 2007 for OPeNDAP Back End Server (BES) by  doxygen 1.5.2