baseApp.h

Go to the documentation of this file.
00001 // baseApp.h
00002 
00003 #ifndef B_baseApp_H
00004 #define B_baseApp_H
00005 
00006 #include <Application.h>
00007 
00008 class baseApp : public Application {
00009 public:
00010                                 baseApp(void);
00011     virtual                     ~baseApp(void);
00012     virtual int                 main(int argC, char **argV);
00013     virtual int                 initialize(int argC, char **argV);
00014     virtual int                 run(void);
00015     virtual int                 terminate(int sig = 0);
00016 private:
00017 };
00018 
00019 #endif
00020 

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