Switch to unified view

a/src/ohproduct.hxx b/src/ohproduct.hxx
...
...
27
27
28
using namespace UPnPP;
28
using namespace UPnPP;
29
29
30
class OHProduct : public UPnPProvider::UpnpService {
30
class OHProduct : public UPnPProvider::UpnpService {
31
public:
31
public:
32
    OHProduct(UpMpd *dev, const std::string& friendlyname);
32
    OHProduct(UpMpd *dev, const std::string& friendlyname, bool hasRcv);
33
33
34
    virtual bool getEventData(bool all, std::vector<std::string>& names, 
34
    virtual bool getEventData(bool all, std::vector<std::string>& names, 
35
                              std::vector<std::string>& values);
35
                              std::vector<std::string>& values);
36
private:
36
private:
37
    int manufacturer(const SoapArgs& sc, SoapData& data);
37
    int manufacturer(const SoapArgs& sc, SoapData& data);