|
a/src/ohreceiver.hxx |
|
b/src/ohreceiver.hxx |
|
... |
|
... |
36 |
OHReceiver(UpMpd *dev, OHPlaylist *pl, int httpport);
|
36 |
OHReceiver(UpMpd *dev, OHPlaylist *pl, int httpport);
|
37 |
|
37 |
|
38 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
38 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
39 |
std::vector<std::string>& values);
|
39 |
std::vector<std::string>& values);
|
40 |
|
40 |
|
|
|
41 |
virtual bool iStop();
|
|
|
42 |
|
41 |
private:
|
43 |
private:
|
42 |
int play(const SoapArgs& sc, SoapData& data);
|
44 |
int play(const SoapArgs& sc, SoapData& data);
|
43 |
int stop(const SoapArgs& sc, SoapData& data);
|
45 |
int stop(const SoapArgs& sc, SoapData& data);
|
44 |
int setSender(const SoapArgs& sc, SoapData& data);
|
46 |
int setSender(const SoapArgs& sc, SoapData& data);
|
45 |
int sender(const SoapArgs& sc, SoapData& data);
|
47 |
int sender(const SoapArgs& sc, SoapData& data);
|