An interface used by ServerProtocol to provide response text strings.
More...
#include <gpopserverprotocol.h>
|
virtual std::string | greeting () const =0 |
|
virtual std::string | quit () const =0 |
|
virtual std::string | capa () const =0 |
|
virtual std::string | user (const std::string &id) const =0 |
|
virtual | ~Text () |
|
An interface used by ServerProtocol to provide response text strings.
Definition at line 62 of file gpopserverprotocol.h.
GPop::ServerProtocol::Text::~Text |
( |
| ) |
|
|
virtual |
virtual std::string GPop::ServerProtocol::Text::capa |
( |
| ) |
const |
|
pure virtual |
virtual std::string GPop::ServerProtocol::Text::greeting |
( |
| ) |
const |
|
pure virtual |
virtual std::string GPop::ServerProtocol::Text::quit |
( |
| ) |
const |
|
pure virtual |
virtual std::string GPop::ServerProtocol::Text::user |
( |
const std::string & |
id | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: