#include <map>
#include <string>
#include "BESObj.h"
Include dependency graph for BESResponseHandlerList.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BESResponseHandlerList |
List of all registered response handlers for this server. More... | |
Defines | |
#define | I_BESResponseHandlerList_h 1 |
Typedefs | |
typedef BESResponseHandler *(*) | p_response_handler (string name) |
#define I_BESResponseHandlerList_h 1 |
Definition at line 34 of file BESResponseHandlerList.h.
typedef BESResponseHandler*(*) p_response_handler(string name) |
Definition at line 46 of file BESResponseHandlerList.h.