|
a/src/conman.hxx |
|
b/src/conman.hxx |
|
... |
|
... |
25 |
|
25 |
|
26 |
using namespace UPnPP;
|
26 |
using namespace UPnPP;
|
27 |
|
27 |
|
28 |
class UpMpdConMan : public UPnPProvider::UpnpService {
|
28 |
class UpMpdConMan : public UPnPProvider::UpnpService {
|
29 |
public:
|
29 |
public:
|
30 |
UpMpdConMan(UPnPProvider::UpnpDevice *dev, const std::string& protoinfo);
|
30 |
UpMpdConMan(UPnPProvider::UpnpDevice *dev);
|
31 |
|
31 |
|
32 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
32 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
33 |
std::vector<std::string>& values);
|
33 |
std::vector<std::string>& values);
|
34 |
private:
|
34 |
private:
|
35 |
int getCurrentConnectionIDs(const SoapIncoming& sc, SoapOutgoing& data);
|
35 |
int getCurrentConnectionIDs(const SoapIncoming& sc, SoapOutgoing& data);
|
36 |
int getCurrentConnectionInfo(const SoapIncoming& sc, SoapOutgoing& data);
|
36 |
int getCurrentConnectionInfo(const SoapIncoming& sc, SoapOutgoing& data);
|
37 |
int getProtocolInfo(const SoapIncoming& sc, SoapOutgoing& data);
|
37 |
int getProtocolInfo(const SoapIncoming& sc, SoapOutgoing& data);
|
38 |
std::string m_protoinfo;
|
|
|
39 |
};
|
38 |
};
|
40 |
|
39 |
|
41 |
#endif /* _CONMAN_H_X_INCLUDED_ */
|
40 |
#endif /* _CONMAN_H_X_INCLUDED_ */
|