Switch to unified view

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
    virtual const std::string serviceErrString(int) const;
41
40
    void setOHP(OHPlaylist *ohp) {
42
    void setOHP(OHPlaylist *ohp) {
41
        m_ohp = ohp;
43
        m_ohp = ohp;
42
    }
44
    }
43
45
44
private:
46
private: