|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <iostream>#include "BESDebug.h"#include "BESResponseHandlerList.h"#include "BESReturnManager.h"#include "BESRequestHandler.h"#include "BESRequestHandlerList.h"#include "BESXMLCommand.h"#include "W10NModule.h"#include "W10NNames.h"#include "W10nJsonTransmitter.h"#include "W10nJsonRequestHandler.h"#include "ShowPathInfoResponseHandler.h"#include "ShowPathInfoCommand.h"#include "w10n_utils.h"
Go to the source code of this file.
Macros | |
| #define | RETURNAS_W10N "w10n" |
Functions | |
| BESAbstractModule * | maker () |
| #define RETURNAS_W10N "w10n" |
Definition at line 45 of file W10NModule.cc.
Referenced by W10NModule::initialize().
| BESAbstractModule* maker | ( | ) |
Definition at line 98 of file W10NModule.cc.