Switch to unified view

a/libupnpp/control/avlastchg.cxx b/libupnpp/control/avlastchg.cxx
...
...
13
 *       along with this program; if not, write to the
13
 *       along with this program; if not, write to the
14
 *       Free Software Foundation, Inc.,
14
 *       Free Software Foundation, Inc.,
15
 *       59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *       59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
17
18
#include <string>
19
#include <unordered_map>
20
using namespace std;
21
22
#include "libupnpp/expatmm.hxx"
23
#include "libupnpp/log.hxx"
24
#include "libupnpp/control/avlastchg.hxx"
18
#include "libupnpp/control/avlastchg.hxx"
25
19
20
#include <expat_external.h>             // for XML_Char
21
#include <string.h>                     // for strcmp
22
23
#include <string>                       // for string
24
#include <unordered_map>                // for unordered_map, etc
25
26
#include "libupnpp/expatmm.hxx"         // for inputRefXMLParser
27
28
using namespace std;
26
using namespace UPnPP;
29
using namespace UPnPP;
27
30
28
namespace UPnPClient {
31
namespace UPnPClient {
29
32
30
33