Switch to unified view

a/upmpd/mpdcli.cxx b/upmpd/mpdcli.cxx
...
...
22
22
23
#include "libupnpp/log.hxx"
23
#include "libupnpp/log.hxx"
24
#include "mpdcli.hxx"
24
#include "mpdcli.hxx"
25
25
26
using namespace std;
26
using namespace std;
27
using namespace UPnPP;
27
28
28
#define M_CONN ((struct mpd_connection *)m_conn)
29
#define M_CONN ((struct mpd_connection *)m_conn)
29
30
30
MPDCli::MPDCli(const string& host, int port, const string& pass)
31
MPDCli::MPDCli(const string& host, int port, const string& pass)
31
    : m_conn(0), m_ok(false), m_premutevolume(0), m_cachedvolume(50),
32
    : m_conn(0), m_ok(false), m_premutevolume(0), m_cachedvolume(50),