An interface used by ServerProtocol to provide response text strings.
More...
#include <gserverprotocol.h>
|
virtual std::string | greeting () const =0 |
|
virtual std::string | hello (const std::string &smtp_peer_name) const =0 |
|
virtual std::string | received (const std::string &smtp_peer_name) const =0 |
|
virtual | ~Text () |
|
An interface used by ServerProtocol to provide response text strings.
Definition at line 70 of file gserverprotocol.h.
GSmtp::ServerProtocol::Text::~Text |
( |
| ) |
|
|
virtual |
virtual std::string GSmtp::ServerProtocol::Text::greeting |
( |
| ) |
const |
|
pure virtual |
virtual std::string GSmtp::ServerProtocol::Text::hello |
( |
const std::string & |
smtp_peer_name | ) |
const |
|
pure virtual |
virtual std::string GSmtp::ServerProtocol::Text::received |
( |
const std::string & |
smtp_peer_name | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: