|
a/upmpd/rendering.hxx |
|
b/upmpd/rendering.hxx |
|
... |
|
... |
27 |
public:
|
27 |
public:
|
28 |
UpMpdRenderCtl(UpMpd *dev);
|
28 |
UpMpdRenderCtl(UpMpd *dev);
|
29 |
|
29 |
|
30 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
30 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
31 |
std::vector<std::string>& values);
|
31 |
std::vector<std::string>& values);
|
32 |
virtual const std::string& getServiceType();
|
|
|
33 |
|
32 |
|
34 |
private:
|
33 |
private:
|
35 |
bool rdstateMToU(unordered_map<string, string>& status);
|
34 |
bool rdstateMToU(unordered_map<string, string>& status);
|
36 |
int setMute(const SoapArgs& sc, SoapData& data);
|
35 |
int setMute(const SoapArgs& sc, SoapData& data);
|
37 |
int getMute(const SoapArgs& sc, SoapData& data);
|
36 |
int getMute(const SoapArgs& sc, SoapData& data);
|