|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <iostream>#include <vector>#include <string>#include "GatewayModule.h"#include <BESRequestHandlerList.h>#include <BESDebug.h>#include <BESResponseHandlerList.h>#include <BESResponseNames.h>#include <BESContainerStorageList.h>#include <TheBESKeys.h>#include <BESSyntaxUserError.h>#include "GatewayRequestHandler.h"#include "GatewayResponseNames.h"#include "GatewayContainerStorage.h"#include "GatewayUtils.h"
Go to the source code of this file.
Functions | |
| BESAbstractModule * | maker () |
| BESAbstractModule* maker | ( | ) |
Definition at line 61 of file GatewayModule.cc.