#include <BESServerHandler.h>
Inheritance diagram for BESServerHandler:
Public Member Functions | |
BESServerHandler () | |
virtual | ~BESServerHandler () |
virtual void | handle (Connection *c) |
virtual void | dump (ostream &strm) const |
dumps information about this object |
BESServerHandler::BESServerHandler | ( | ) |
virtual BESServerHandler::~BESServerHandler | ( | ) | [inline, virtual] |
void BESServerHandler::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this instance
strm | C++ i/o stream to dump the information to |
Implements ServerHandler.
void BESServerHandler::handle | ( | Connection * | c | ) | [virtual] |
Implements ServerHandler.