Switch to unified view
a/src/ohproduct.hxx | b/src/ohproduct.hxx | ||
---|---|---|---|
... |
... |
||
29 | class UpMpd; |
29 | class UpMpd; |
30 | using namespace UPnPP; |
30 | using namespace UPnPP; |
31 | 31 | ||
32 | class OHProduct : public OHService { |
32 | class OHProduct : public OHService { |
33 | public: |
33 | public: |
34 | OHProduct(UpMpd *dev, ohProductDesc_t& ohProductDesc); |
34 | OHProduct(UpMpd *dev, ohProductDesc_t& ohProductDesc, int version);
|
35 | virtual ~OHProduct(); |
35 | virtual ~OHProduct(); |
36 | 36 | ||
37 | int iSetSourceIndex(int index); |
37 | int iSetSourceIndex(int index); |
38 | int iSetSourceIndexByName(const std::string& nm); |
38 | int iSetSourceIndexByName(const std::string& nm); |
39 | 39 |