E-MailRelay
|
A mixin base class that identifies the source of an exception when delivered to GNet::ExceptionHandler. More...
#include <gexceptionsource.h>
Public Member Functions | |
virtual | ~ExceptionSource () |
Destructor. | |
ExceptionSource (const ExceptionSource &)=delete | |
ExceptionSource (ExceptionSource &&)=delete | |
ExceptionSource & | operator= (const ExceptionSource &)=delete |
ExceptionSource & | operator= (ExceptionSource &&)=delete |
A mixin base class that identifies the source of an exception when delivered to GNet::ExceptionHandler.
The primary motivation is to allow a Server to manage its ServerPeer list when one of them throws an exception.
Definition at line 38 of file gexceptionsource.h.