|
a/libupnpp/device/device.hxx |
|
b/libupnpp/device/device.hxx |
|
... |
|
... |
101 |
* method */
|
101 |
* method */
|
102 |
static int sCallBack(Upnp_EventType et, void* evp, void*);
|
102 |
static int sCallBack(Upnp_EventType et, void* evp, void*);
|
103 |
|
103 |
|
104 |
/* Gets called when something needs doing */
|
104 |
/* Gets called when something needs doing */
|
105 |
int callBack(Upnp_EventType et, void* evp);
|
105 |
int callBack(Upnp_EventType et, void* evp);
|
|
|
106 |
|
|
|
107 |
/* My device handle */
|
|
|
108 |
UpnpDevice_Handle m_dvh;
|
106 |
};
|
109 |
};
|
107 |
|
110 |
|
108 |
/**
|
111 |
/**
|
109 |
* Upnp service implementation class. This does not do much useful beyond
|
112 |
* Upnp service implementation class. This does not do much useful beyond
|
110 |
* encapsulating the service actions and event callback. In most cases, the
|
113 |
* encapsulating the service actions and event callback. In most cases, the
|