RequestHandler.h

Go to the documentation of this file.
00001 // OPENDAP_CLASSRequestHandler.h
00002 
00003 #ifndef I_OPENDAP_CLASSRequestHandler_H
00004 #define I_OPENDAP_CLASSRequestHandler_H
00005 
00006 #include "BESRequestHandler.h"
00007 
00008 class OPENDAP_CLASSRequestHandler : public BESRequestHandler {
00009 public:
00010                         OPENDAP_CLASSRequestHandler( string name ) ;
00011     virtual             ~OPENDAP_CLASSRequestHandler( void ) ;
00012 
00013     virtual void        dump( ostream &strm ) const ;
00014 
00015     static bool         OPENDAP_TYPE_build_vers( BESDataHandlerInterface &dhi ) ;
00016     static bool         OPENDAP_TYPE_build_help( BESDataHandlerInterface &dhi ) ;
00017 };
00018 
00019 #endif // OPENDAP_CLASSRequestHandler.h
00020 

Generated on Tue Feb 13 11:13:44 2007 for OPeNDAP Back End Server (BES) by  doxygen 1.4.6