#include <list>
#include "BESDataHandlerInterface.h"
#include "BESObj.h"
Go to the source code of this file.
Classes | |
class | BESInterface |
Entry point into BES, building responses to given requests. More... | |
Typedefs | |
typedef void(* | p_bes_end )(BESDataHandlerInterface &dhi) |
typedef bool(* | p_bes_init )(BESDataHandlerInterface &dhi) |
typedef void(* p_bes_end)(BESDataHandlerInterface &dhi) |
Definition at line 48 of file BESInterface.h.
typedef bool(* p_bes_init)(BESDataHandlerInterface &dhi) |
Definition at line 47 of file BESInterface.h.