A class that is supposed to be used for libupnp asynchronous callbacks.
More...
#include <Callback.hxx>
|
void * | GetUpnpCookie () |
| Pass this value as "cookie" pointer to libupnp asynchronous functions. More...
|
|
virtual int | Invoke (Upnp_EventType et, const void *evp)=0 |
|
A class that is supposed to be used for libupnp asynchronous callbacks.
Definition at line 29 of file Callback.hxx.
static UpnpCallback& UpnpCallback::FromUpnpCookie |
( |
void * |
cookie | ) |
|
|
inlinestatic |
void* UpnpCallback::GetUpnpCookie |
( |
| ) |
|
|
inline |
Pass this value as "cookie" pointer to libupnp asynchronous functions.
Definition at line 35 of file Callback.hxx.
virtual int UpnpCallback::Invoke |
( |
Upnp_EventType |
et, |
|
|
const void * |
evp |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: