OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
DapModule.h
Go to the documentation of this file.
00001 // DapModule.h
00002 
00003 #ifndef I_DapModule_H
00004 #define I_DapModule_H 1
00005 
00006 #include "BESAbstractModule.h"
00007 
00008 class DapModule : public BESAbstractModule
00009 {
00010 public:
00011                                 DapModule() {}
00012     virtual                     ~DapModule() {}
00013     virtual void                initialize( const string &modname ) ;
00014     virtual void                terminate( const string &modname ) ;
00015 
00016     virtual void                dump( ostream &strm ) const ;
00017 } ;
00018 
00019 #endif // I_DapModule_H
00020