Switch to unified view

a/libupnpp/control/ohproduct.hxx b/libupnpp/control/ohproduct.hxx
...
...
54
        void clear() {name.clear(); type.clear(); visible = false;}
54
        void clear() {name.clear(); type.clear(); visible = false;}
55
    };
55
    };
56
56
57
    /** @ret 0 for success, upnp error else */
57
    /** @ret 0 for success, upnp error else */
58
    int getSources(std::vector<Source>& sources);
58
    int getSources(std::vector<Source>& sources);
59
    int sourceIndex(int *index);
60
    int setSourceIndex(int index);
59
61
60
protected:
62
protected:
61
    /* My service type string */
63
    /* My service type string */
62
    static const std::string SType;
64
    static const std::string SType;
63
};
65
};