#include <iostream>#include "BESInitList.h"#include "BESRequestHandlerList.h"#include "OPENDAP_CLASSRequestHandler.h"#include "BESLog.h"#include "BESResponseHandlerList.h"#include "OPENDAP_CLASSResponseNames.h"

Go to the source code of this file.
Functions | |
| static bool | OPENDAP_CLASSInit (int, char **) |
| static bool | OPENDAP_CLASSTerm (void) |
| FUNINITQUIT (OPENDAP_CLASSInit, OPENDAP_CLASSTerm, 3) | |
| FUNINITQUIT | ( | OPENDAP_CLASSInit | , | |
| OPENDAP_CLASSTerm | , | |||
| 3 | ||||
| ) |
| static bool OPENDAP_CLASSInit | ( | int | , | |
| char ** | ||||
| ) | [static] |
Definition at line 15 of file _module.cc.
References BESRequestHandlerList::add_handler(), BESLog::is_verbose(), OPENDAP_CLASS_NAME, BESRequestHandlerList::TheList(), and BESLog::TheLog().

| static bool OPENDAP_CLASSTerm | ( | void | ) | [static] |
Definition at line 28 of file _module.cc.
References OPENDAP_CLASS_NAME, BESRequestHandlerList::remove_handler(), BESRequestHandlerList::TheList(), and BESLog::TheLog().

1.5.4