Switch to unified view

a/src/ohplaylist.hxx b/src/ohplaylist.hxx
...
...
30
30
31
using namespace UPnPP;
31
using namespace UPnPP;
32
32
33
class OHPlaylist : public UPnPProvider::UpnpService {
33
class OHPlaylist : public UPnPProvider::UpnpService {
34
public:
34
public:
35
    OHPlaylist(UpMpd *dev, UpMpdRenderCtl *ctl);
35
    OHPlaylist(UpMpd *dev, UpMpdRenderCtl *ctl, unsigned int cachesavesleep);
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
    virtual bool cacheFind(const std::string& uri, std:: string& meta);
39
    virtual bool cacheFind(const std::string& uri, std:: string& meta);
40
40