Switch to unified view

a/libupnpp/control/avlastchg.cxx b/libupnpp/control/avlastchg.cxx
...
...
21
21
22
#include "libupnpp/expatmm.hxx"
22
#include "libupnpp/expatmm.hxx"
23
#include "libupnpp/log.hxx"
23
#include "libupnpp/log.hxx"
24
#include "libupnpp/control/avlastchg.hxx"
24
#include "libupnpp/control/avlastchg.hxx"
25
25
26
using namespace UPnPP;
27
26
namespace UPnPClient {
28
namespace UPnPClient {
27
29
28
30
29
class LastchangeParser : public expatmm::inputRefXMLParser {
31
class LastchangeParser : public inputRefXMLParser {
30
public:
32
public:
31
    LastchangeParser(const string& input, unordered_map<string,string>& props)
33
    LastchangeParser(const string& input, unordered_map<string,string>& props)
32
        : expatmm::inputRefXMLParser(input), m_props(props)
34
        : inputRefXMLParser(input), m_props(props)
33
        {}
35
        {}
34
36
35
protected:
37
protected:
36
    virtual void StartElement(const XML_Char *name, const XML_Char **attrs)
38
    virtual void StartElement(const XML_Char *name, const XML_Char **attrs)
37
    {
39
    {