25 #ifndef NullResponseHandler_h 26 #define NullResponseHandler_h 1 28 #include "BESResponseHandler.h" 63 d_response_object = 0;
76 virtual void dump(ostream &strm)
const {
77 strm << BESIndent::LMarg <<
"NullResponseHandler::dump - (" << (
void *)
this <<
")" << endl;
80 BESIndent::UnIndent();
93 #endif // NullResponseHandler_h
handler object that knows how to create a specific response object
virtual void transmit(BESTransmitter *, BESDataHandlerInterface &)
This is a no-op.
virtual void dump(ostream &strm) const
dumps information about this object
Structure storing information used by the BES to handle the request.
virtual void execute(BESDataHandlerInterface &)
Minimal execution.
virtual void dump(std::ostream &strm) const
dumps information about this object
A ResponseHandler that does nothing.