|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <iostream>#include <BESCatalogDirectory.h>#include <BESCatalogList.h>#include <BESContainerStorageList.h>#include <BESContainerStorageCatalog.h>#include <BESDapService.h>#include <BESDebug.h>#include <BESRequestHandlerList.h>#include <BESResponseHandlerList.h>#include <BESResponseNames.h>#include <BESXMLCommand.h>#include <TheBESKeys.h>#include <BESInternalError.h>#include "NCMLModule.h"#include "NCMLCacheAggXMLCommand.h"#include "NCMLRequestHandler.h"#include "NCMLResponseNames.h"#include "NCMLContainerStorage.h"
Go to the source code of this file.
Functions | |
| BESAbstractModule * | maker () |
| BESAbstractModule* maker | ( | ) |
Definition at line 141 of file NCMLModule.cc.