|
a/libupnpp/control/cdircontent.cxx |
|
b/libupnpp/control/cdircontent.cxx |
|
... |
|
... |
21 |
#include <iostream>
|
21 |
#include <iostream>
|
22 |
#include <map>
|
22 |
#include <map>
|
23 |
|
23 |
|
24 |
using namespace std;
|
24 |
using namespace std;
|
25 |
|
25 |
|
26 |
#include "expatmm.hxx"
|
26 |
#include "libupnpp/expatmm.hxx"
|
27 |
#include "upnpp_p.hxx"
|
27 |
#include "libupnpp/upnpp_p.hxx"
|
28 |
#include "cdircontent.hxx"
|
28 |
#include "libupnpp/control/cdircontent.hxx"
|
29 |
#include "log.hxx"
|
29 |
#include "libupnpp/log.hxx"
|
30 |
|
30 |
|
31 |
// An XML parser which builds directory contents from DIDL-lite input.
|
31 |
// An XML parser which builds directory contents from DIDL-lite input.
|
32 |
class UPnPDirParser : public expatmm::inputRefXMLParser {
|
32 |
class UPnPDirParser : public expatmm::inputRefXMLParser {
|
33 |
public:
|
33 |
public:
|
34 |
UPnPDirParser(UPnPDirContent& dir, const string& input)
|
34 |
UPnPDirParser(UPnPDirContent& dir, const string& input)
|