Switch to unified view
a/libupnpp/control/description.cxx | b/libupnpp/control/description.cxx | ||
---|---|---|---|
... |
... |
||
23 | 23 | ||
24 | #include <iostream> |
24 | #include <iostream> |
25 | #include <map> |
25 | #include <map> |
26 | using namespace std; |
26 | using namespace std; |
27 | 27 | ||
28 | #include "upnpp_p.hxx" |
28 | #include "libupnpp/upnpp_p.hxx"
|
29 | #include "expatmm.hxx" |
29 | #include "libupnpp/expatmm.hxx"
|
30 | #include "description.hxx" |
30 | #include "description.hxx" |
31 | 31 | ||
32 | class UPnPDeviceParser : public expatmm::inputRefXMLParser { |
32 | class UPnPDeviceParser : public expatmm::inputRefXMLParser { |
33 | public: |
33 | public: |
34 | UPnPDeviceParser(const string& input, UPnPDeviceDesc& device) |
34 | UPnPDeviceParser(const string& input, UPnPDeviceDesc& device) |