Switch to unified view
a/libupnpp/device.hxx | b/libupnpp/device.hxx | ||
---|---|---|---|
... |
... |
||
21 | #include <functional> |
21 | #include <functional> |
22 | 22 | ||
23 | #include "soaphelp.hxx" |
23 | #include "soaphelp.hxx" |
24 | 24 | ||
25 | class UpnpDevice; |
25 | class UpnpDevice; |
26 | |||
27 | //typedef int (*soapfun)(const SoapArgs&, void *, SoapData&) ; |
||
28 | 26 | ||
29 | typedef function<int (const SoapArgs&, SoapData&)> soapfun; |
27 | typedef function<int (const SoapArgs&, SoapData&)> soapfun; |
30 | 28 | ||
31 | /** Define a virtual interface to link libupnp operations to a device |
29 | /** Define a virtual interface to link libupnp operations to a device |
32 | * implementation |
30 | * implementation |