DDraceNetwork Docs
|
#include <notifications.h>
Public Member Functions | |
virtual void | Init (const char *pAppname)=0 |
virtual void | Shutdown () override=0 |
virtual void | Notify (const char *pTitle, const char *pMessage)=0 |
Public Member Functions inherited from IInterface | |
IInterface () | |
virtual void | Shutdown () |
virtual | ~IInterface () |
Static Public Member Functions | |
static const char * | InterfaceName () |
Additional Inherited Members | |
Protected Member Functions inherited from IInterface | |
IKernel * | Kernel () |
|
pure virtual |
Implemented in CNotifications.
|
inlinestatic |
|
pure virtual |
Implemented in CNotifications.
|
overridepure virtual |
Reimplemented from IInterface.
Implemented in CNotifications.