#include <abstract.h>

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 26 of file abstract.h.
| virtual std::string scip2::Response::getCommandCode | ( | ) | const [pure virtual] |
| virtual void scip2::Response::operator() | ( | const boost::posix_time::ptime & | , |
| const std::string & | , | ||
| const std::string & | , | ||
| std::istream & | |||
| ) | [pure virtual] |
Implemented in scip2::ResponseME, scip2::ResponseMD, scip2::ResponseTM, scip2::ResponseStream, scip2::ResponseQT, and scip2::ResponseParams.