Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

infoT.h

Go to the documentation of this file.
00001 // infoT.h
00002 
00003 #ifndef I_REQLISTT_H
00004 #define I_REQLISTT_H
00005 
00006 #include "baseApp.h"
00007 
00008 class infoT : public baseApp {
00009 public:
00010                                 infoT(void) : baseApp() {}
00011     virtual                     ~infoT(void) {}
00012     virtual int                 run(void);
00013 };
00014 
00015 #endif
00016 

Generated on Thu May 3 23:10:47 2007 for OPeNDAP Back End Server (BES) by  doxygen 1.4.4