|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <iostream>#include "DapModule.h"#include "DapRequestHandler.h"#include "DapResponseNames.h"#include <BESRequestHandlerList.h>#include <BESDebug.h>#include <BESResponseHandlerList.h>#include <BESResponseNames.h>#include <BESContainerStorageList.h>#include <BESContainerStorageCatalog.h>#include <BESCatalogDirectory.h>#include <BESCatalogList.h>
Go to the source code of this file.
Defines | |
| #define | DAP_CATALOG "catalog" |
Functions | |
| BESAbstractModule * | maker () |
| #define DAP_CATALOG "catalog" |
Definition at line 20 of file DapModule.cc.
Referenced by DapModule::initialize(), and DapModule::terminate().
| BESAbstractModule* maker | ( | ) |
Definition at line 86 of file DapModule.cc.
Referenced by BESPlugin< C >::instantiate().