#include <abstract.h>

Public Types | |
| using | Ptr = std::shared_ptr< Response > |
Public Member Functions | |
| virtual std::string | getCommandCode () const =0 |
| virtual void | operator() (const boost::posix_time::ptime &, const std::string &, const std::string &, std::istream &)=0 |
Definition at line 27 of file abstract.h.
| using scip2::Response::Ptr = std::shared_ptr<Response> |
Definition at line 30 of file abstract.h.
|
pure virtual |
|
pure virtual |