Switch to unified view

a/libupnpp/control/ohinfo.hxx b/libupnpp/control/ohinfo.hxx
...
...
46
class OHInfo : public Service {
46
class OHInfo : public Service {
47
public:
47
public:
48
48
49
    OHInfo(const UPnPDeviceDesc& device, const UPnPServiceDesc& service)
49
    OHInfo(const UPnPDeviceDesc& device, const UPnPServiceDesc& service)
50
        : Service(device, service) {
50
        : Service(device, service) {
51
    }
51
        serviceInit(device, service);
52
53
    ~OHInfo() {
54
    }
52
    }
55
53
56
    OHInfo() {}
54
    OHInfo() {}
57
55
56
    ~OHInfo() {}
58
57
59
    /** Test service type from discovery message */
58
    /** Test service type from discovery message */
60
    static bool isOHInfoService(const std::string& st);
59
    static bool isOHInfoService(const std::string& st);
60
    virtual bool serviceTypeMatch(const std::string& tp);
61
61
62
    int metatext(UPnPDirObject *dirent);
62
    int metatext(UPnPDirObject *dirent);
63
63
64
protected:
64
protected:
65
    /* My service type string */
65
    /* My service type string */