|
a/libupnpp/control/cdirectory.cxx |
|
b/libupnpp/control/cdirectory.cxx |
|
... |
|
... |
32 |
#include <upnp/upnptools.h>
|
32 |
#include <upnp/upnptools.h>
|
33 |
|
33 |
|
34 |
#include "libupnpp/upnpp_p.hxx"
|
34 |
#include "libupnpp/upnpp_p.hxx"
|
35 |
#include "libupnpp/upnpplib.hxx"
|
35 |
#include "libupnpp/upnpplib.hxx"
|
36 |
#include "libupnpp/ixmlwrap.hxx"
|
36 |
#include "libupnpp/ixmlwrap.hxx"
|
|
|
37 |
#include "libupnpp/soaphelp.hxx"
|
|
|
38 |
#include "libupnpp/log.hxx"
|
37 |
#include "libupnpp/control/cdirectory.hxx"
|
39 |
#include "libupnpp/control/cdirectory.hxx"
|
38 |
#include "libupnpp/control/cdircontent.hxx"
|
40 |
#include "libupnpp/control/cdircontent.hxx"
|
39 |
#include "libupnpp/discovery.hxx"
|
41 |
#include "libupnpp/control/discovery.hxx"
|
40 |
#include "libupnpp/soaphelp.hxx"
|
|
|
41 |
#include "libupnpp/log.hxx"
|
|
|
42 |
|
42 |
|
43 |
namespace UPnPClient {
|
43 |
namespace UPnPClient {
|
44 |
|
44 |
|
45 |
// The service type string for Content Directories:
|
45 |
// The service type string for Content Directories:
|
46 |
const string ContentDirectoryService::SType("urn:schemas-upnp-org:service:ContentDirectory:1");
|
46 |
const string ContentDirectoryService::SType("urn:schemas-upnp-org:service:ContentDirectory:1");
|