Switch to unified view

a/src/ohplaylist.hxx b/src/ohplaylist.hxx
...
...
34
    OHPlaylist(UpMpd *dev, UpMpdRenderCtl *ctl);
34
    OHPlaylist(UpMpd *dev, UpMpdRenderCtl *ctl);
35
35
36
    virtual bool getEventData(bool all, std::vector<std::string>& names, 
36
    virtual bool getEventData(bool all, std::vector<std::string>& names, 
37
                              std::vector<std::string>& values);
37
                              std::vector<std::string>& values);
38
    virtual bool cacheFind(const std::string& uri, std:: string& meta);
38
    virtual bool cacheFind(const std::string& uri, std:: string& meta);
39
40
    // This is the "normal" call version of soap "insert", used
41
    // internally by the receiver service
42
    virtual bool insertUri(int afterid, const std::string& uri, 
43
                           const std::string& metadata, int *newid = 0);
39
44
40
private:
45
private:
41
    int play(const SoapArgs& sc, SoapData& data);
46
    int play(const SoapArgs& sc, SoapData& data);
42
    int pause(const SoapArgs& sc, SoapData& data);
47
    int pause(const SoapArgs& sc, SoapData& data);
43
    int stop(const SoapArgs& sc, SoapData& data);
48
    int stop(const SoapArgs& sc, SoapData& data);