|
a/libupnpp/device.hxx |
|
b/libupnpp/device.hxx |
|
... |
|
... |
19 |
|
19 |
|
20 |
#include <unordered_map>
|
20 |
#include <unordered_map>
|
21 |
#include <functional>
|
21 |
#include <functional>
|
22 |
|
22 |
|
23 |
#include "soaphelp.hxx"
|
23 |
#include "soaphelp.hxx"
|
|
|
24 |
|
|
|
25 |
namespace UPnPProvider {
|
24 |
|
26 |
|
25 |
class UpnpService;
|
27 |
class UpnpService;
|
26 |
|
28 |
|
27 |
typedef function<int (const SoapArgs&, SoapData&)> soapfun;
|
29 |
typedef function<int (const SoapArgs&, SoapData&)> soapfun;
|
28 |
|
30 |
|
|
... |
|
... |
143 |
protected:
|
145 |
protected:
|
144 |
const std::string m_serviceType;
|
146 |
const std::string m_serviceType;
|
145 |
const std::string m_serviceId;
|
147 |
const std::string m_serviceId;
|
146 |
};
|
148 |
};
|
147 |
|
149 |
|
|
|
150 |
} // End namespace UPnPProvider
|
|
|
151 |
|
148 |
#endif /* _DEVICE_H_X_INCLUDED_ */
|
152 |
#endif /* _DEVICE_H_X_INCLUDED_ */
|