|
a/libupnpp/control/ohtime.hxx |
|
b/libupnpp/control/ohtime.hxx |
|
... |
|
... |
48 |
class OHTime : public Service {
|
48 |
class OHTime : public Service {
|
49 |
public:
|
49 |
public:
|
50 |
|
50 |
|
51 |
OHTime(const UPnPDeviceDesc& device, const UPnPServiceDesc& service)
|
51 |
OHTime(const UPnPDeviceDesc& device, const UPnPServiceDesc& service)
|
52 |
: Service(device, service) {
|
52 |
: Service(device, service) {
|
53 |
registerCallback();
|
|
|
54 |
}
|
53 |
}
|
55 |
virtual ~OHTime() {
|
54 |
virtual ~OHTime() {}
|
56 |
}
|
|
|
57 |
|
55 |
|
58 |
OHTime() {}
|
56 |
OHTime() {}
|
59 |
|
57 |
|
60 |
/** Test service type from discovery message */
|
58 |
/** Test service type from discovery message */
|
61 |
static bool isOHTMService(const std::string& st);
|
59 |
static bool isOHTMService(const std::string& st);
|