A callback object derived from this class gets passed into the constructor of Hyperspace. More...
#include <Session.h>
Public Member Functions | |
SessionCallback () | |
virtual | ~SessionCallback () |
virtual void | safe ()=0 |
virtual void | expired ()=0 |
virtual void | jeopardy ()=0 |
virtual void | disconnected ()=0 |
virtual void | reconnected ()=0 |
void | set_id (uint32_t id) |
uint32_t | get_id () |
Private Attributes | |
uint32_t | m_id |
A callback object derived from this class gets passed into the constructor of Hyperspace.
Session state changes get reported to the application via this callback.
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inline |