Switch to unified view

a/upmpd/upmpd.hxx b/upmpd/upmpd.hxx
...
...
34
        // If set, the MPD queue belongs to us, we shall clear
34
        // If set, the MPD queue belongs to us, we shall clear
35
        // it as we like.
35
        // it as we like.
36
        upmpdOwnQueue, 
36
        upmpdOwnQueue, 
37
        // Export OpenHome services
37
        // Export OpenHome services
38
        upmpdDoOH,
38
        upmpdDoOH,
39
        // Save queue metadata to disk for persistence across restarts
40
        // (mpd does it)
41
        upmpdOhMetaPersist
39
    };
42
    };
40
    UpMpd(const string& deviceid, const string& friendlyname,
43
    UpMpd(const string& deviceid, const string& friendlyname,
41
          const unordered_map<string, string>& xmlfiles,
44
          const unordered_map<string, string>& xmlfiles,
42
          MPDCli *mpdcli, unsigned int opts, const std::string& cachefn);
45
          MPDCli *mpdcli, unsigned int opts, const std::string& cachefn);
43
    ~UpMpd();
46
    ~UpMpd();