Switch to unified view

a/upmpd/upmpd.hxx b/upmpd/upmpd.hxx
...
...
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
    };
39
    };
40
    UpMpd(const string& deviceid, 
40
    UpMpd(const string& deviceid, const string& friendlyname,
41
          const unordered_map<string, string>& xmlfiles,
41
          const unordered_map<string, string>& xmlfiles,
42
          MPDCli *mpdcli, unsigned int opts = upmpdNone);
42
          MPDCli *mpdcli, unsigned int opts = upmpdNone);
43
    ~UpMpd();
43
    ~UpMpd();
44
44
45
    const MpdStatus &getMpdStatus();
45
    const MpdStatus &getMpdStatus();