|
a/upmpd/renderctl.cxx |
|
b/upmpd/renderctl.cxx |
|
... |
|
... |
34 |
#include "libupnpp/soaphelp.hxx"
|
34 |
#include "libupnpp/soaphelp.hxx"
|
35 |
#include "libupnpp/device.hxx"
|
35 |
#include "libupnpp/device.hxx"
|
36 |
#include "libupnpp/log.hxx"
|
36 |
#include "libupnpp/log.hxx"
|
37 |
|
37 |
|
38 |
#include "upmpd.hxx"
|
38 |
#include "upmpd.hxx"
|
39 |
#include "rendering.hxx"
|
39 |
#include "renderctl.hxx"
|
40 |
#include "mpdcli.hxx"
|
40 |
#include "mpdcli.hxx"
|
41 |
#include "upmpdutils.hxx"
|
41 |
#include "upmpdutils.hxx"
|
42 |
|
42 |
|
43 |
static const string
|
43 |
static const string
|
44 |
sTpRender("urn:schemas-upnp-org:service:RenderingControl:1");
|
44 |
sTpRender("urn:schemas-upnp-org:service:RenderingControl:1");
|