![]() |
Interface implements sending on and disconnecting a transport. More...
#include <Responder.h>
Public Member Functions | |
virtual | ~Responder () |
virtual bool | send (const std::string &)=0 |
virtual void | disconnect ()=0 |
Interface implements sending on and disconnecting a transport.
Definition at line 34 of file Responder.h.
virtual FIX::Responder::~Responder | ( | ) | [inline, virtual] |
Definition at line 37 of file Responder.h.
virtual void FIX::Responder::disconnect | ( | ) | [pure virtual] |
Implemented in FIX::SocketConnection, and FIX::ThreadedSocketConnection.
Referenced by FIX::Session::disconnect().
virtual bool FIX::Responder::send | ( | const std::string & | ) | [pure virtual] |
Implemented in FIX::SocketConnection, and FIX::ThreadedSocketConnection.
Referenced by FIX::Session::send().