25#ifndef NullResponseHandler_h
26#define NullResponseHandler_h 1
28#include "BESResponseHandler.h"
46class NullResponseHandler:
public BESResponseHandler {
49 NullResponseHandler(
const std::string &name): BESResponseHandler(name) { }
50 virtual ~NullResponseHandler(
void) { }
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();
Structure storing information used by the BES to handle the request.
handler object that knows how to create a specific response object
void dump(std::ostream &strm) const override
dumps information about this object
A ResponseHandler that does nothing.
virtual void execute(BESDataHandlerInterface &)
Minimal execution.
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual void transmit(BESTransmitter *, BESDataHandlerInterface &)
This is a no-op.