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