|
OPeNDAP Hyrax Back End Server (BES) Updated for version 3.8.3
|
#include <iostream>#include "BESDapModule.h"#include "BESDapRequestHandler.h"#include "BESRequestHandlerList.h"#include "BESDapNames.h"#include "BESResponseHandlerList.h"#include "BESDASResponseHandler.h"#include "BESDDSResponseHandler.h"#include "BESDataResponseHandler.h"#include "BESDDXResponseHandler.h"#include "BESDataDDXResponseHandler.h"#include "BESCatalogResponseHandler.h"#include "BESServiceRegistry.h"#include "BESDapTransmit.h"#include "BESTransmitter.h"#include "BESReturnManager.h"#include "BESTransmitterNames.h"#include "BESDebug.h"#include "BESInternalFatalError.h"#include "BESExceptionManager.h"#include "BESDapError.h"
Go to the source code of this file.
Functions | |
| BESAbstractModule * | maker () |
| BESAbstractModule* maker | ( | ) |
Definition at line 155 of file BESDapModule.cc.
Referenced by BESPlugin< C >::instantiate().