Switch to unified view

a/upmpd/ohvolume.cxx b/upmpd/ohvolume.cxx
...
...
37
37
38
#include "upmpd.hxx"
38
#include "upmpd.hxx"
39
#include "ohvolume.hxx"
39
#include "ohvolume.hxx"
40
#include "mpdcli.hxx"
40
#include "mpdcli.hxx"
41
#include "upmpdutils.hxx"
41
#include "upmpdutils.hxx"
42
#include "rendering.hxx"
42
#include "renderctl.hxx"
43
43
44
static const string sTpProduct("urn:av-openhome-org:service:Volume:1");
44
static const string sTpProduct("urn:av-openhome-org:service:Volume:1");
45
static const string sIdProduct("urn:av-openhome-org:serviceId:Volume");
45
static const string sIdProduct("urn:av-openhome-org:serviceId:Volume");
46
46
47
OHVolume::OHVolume(UpMpd *dev, UpMpdRenderCtl *ctl)
47
OHVolume::OHVolume(UpMpd *dev, UpMpdRenderCtl *ctl)