|
a/src/avtransport.hxx |
|
b/src/avtransport.hxx |
|
... |
|
... |
35 |
UpMpdAVTransport(UpMpd *dev, bool noev);
|
35 |
UpMpdAVTransport(UpMpd *dev, bool noev);
|
36 |
|
36 |
|
37 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
37 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
38 |
std::vector<std::string>& values);
|
38 |
std::vector<std::string>& values);
|
39 |
|
39 |
|
40 |
void setOHP(OHPlaylist *ohp)
|
40 |
void setOHP(OHPlaylist *ohp) {
|
41 |
{
|
|
|
42 |
m_ohp = ohp;
|
41 |
m_ohp = ohp;
|
43 |
}
|
42 |
}
|
44 |
|
43 |
|
45 |
private:
|
44 |
private:
|
46 |
int setAVTransportURI(const SoapIncoming& sc, SoapOutgoing& data, bool setnext);
|
45 |
int setAVTransportURI(const SoapIncoming& sc, SoapOutgoing& data, bool setnext);
|