#include <iostream>
#include "BESInitList.h"
#include "BESRequestHandlerList.h"
#include "OPENDAP_CLASSRequestHandler.h"
#include "BESLog.h"
#include "BESResponseHandlerList.h"
#include "OPENDAP_CLASSResponseNames.h"
Include dependency graph for _module.cc:
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(), OPENDAP_CLASS_NAME, BESRequestHandlerList::TheList(), and BESLog::TheLog().
Here is the call graph for this function:
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().
Here is the call graph for this function: