Switch to side-by-side view
--- a/libupnpp/device/device.hxx +++ b/libupnpp/device/device.hxx @@ -103,6 +103,9 @@ /* Gets called when something needs doing */ int callBack(Upnp_EventType et, void* evp); + + /* My device handle */ + UpnpDevice_Handle m_dvh; }; /**