TDME2 1.9.121
|
Base class for network server group. More...
#include <tdme/network/udpserver/ServerGroupBase.h>
Protected Member Functions | |
virtual void | onInit ()=0 |
virtual void | onClose ()=0 |
virtual void | onCustomEvent (const string &type)=0 |
Friends | |
class | ServerWorkerThread |
Additional Inherited Members | |
![]() | |
Reference () | |
Public constructor. More... | |
virtual | ~Reference () |
destructor More... | |
void | acquireReference () |
acquires a reference, incrementing the counter More... | |
void | releaseReference () |
releases a reference, thus decrementing the counter and delete it if reference counter is zero More... | |
virtual void | onDelete () |
Callback method to be overridden, will be called if object will be deleted. More... | |
Base class for network server group.
Definition at line 26 of file ServerGroupBase.h.
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
friend |
Definition at line 27 of file ServerGroupBase.h.