Switch to unified view

a/libupnpp/discovery.hxx b/libupnpp/discovery.hxx
...
...
51
     */
51
     */
52
    static UPnPDeviceDirectory *getTheDir(time_t search_window = 1);
52
    static UPnPDeviceDirectory *getTheDir(time_t search_window = 1);
53
53
54
    /** Retrieve the directory services currently seen on the network */
54
    /** Retrieve the directory services currently seen on the network */
55
    bool getDirServices(std::vector<ContentDirectoryService>&);
55
    bool getDirServices(std::vector<ContentDirectoryService>&);
56
56
  /** Retrieve specific service designated by its friendlyName */
57
58
    bool getServer(const string& friendlyName, ContentDirectoryService& server);
57
    bool getServer(const string& friendlyName, ContentDirectoryService& server);
59
58
60
    /** My health */
59
    /** My health */
61
    bool ok() {return m_ok;}
60
    bool ok() {return m_ok;}
62
    /** My diagnostic if health is bad */
61
    /** My diagnostic if health is bad */