|
a/libupnpp/control/service.hxx |
|
b/libupnpp/control/service.hxx |
|
... |
|
... |
51 |
class Service {
|
51 |
class Service {
|
52 |
public:
|
52 |
public:
|
53 |
/** Construct by copying data from device and service objects.
|
53 |
/** Construct by copying data from device and service objects.
|
54 |
*/
|
54 |
*/
|
55 |
Service(const UPnPDeviceDesc& device,
|
55 |
Service(const UPnPDeviceDesc& device,
|
56 |
const UPnPServiceDesc& service);
|
56 |
const UPnPServiceDesc& service, bool doSubscribe = true);
|
57 |
|
57 |
|
58 |
/** An empty one */
|
58 |
/** An empty one */
|
59 |
Service() : m_reporter(0) {}
|
59 |
Service() : m_reporter(0) {}
|
60 |
|
60 |
|
61 |
virtual ~Service();
|
61 |
virtual ~Service();
|