E-MailRelay
|
A pimple base-class used by GNet::Interfaces. More...
#include <ginterfaces.h>
Public Member Functions | |
virtual std::string | readEvent ()=0 |
Called by GNet::Interfaces to handle a read event. More... | |
virtual std::string | onFutureEvent ()=0 |
Called by GNet::Interfaces to handle a future event. More... | |
virtual | ~InterfacesNotifier ()=default |
Destructor. | |
A pimple base-class used by GNet::Interfaces.
Definition at line 150 of file ginterfaces.h.
|
pure virtual |
Called by GNet::Interfaces to handle a future event.
Returns a diagnostic representation of the event or the empty string.
|
pure virtual |
Called by GNet::Interfaces to handle a read event.
Returns a diagnostic representation of the event or the empty string.