Switch to unified view

a/libupnpp/soaphelp.cxx b/libupnpp/soaphelp.cxx
...
...
22
#include "libupnpp/log.hxx"
22
#include "libupnpp/log.hxx"
23
#include "libupnpp/upnpp_p.hxx"
23
#include "libupnpp/upnpp_p.hxx"
24
#include "libupnpp/soaphelp.hxx"
24
#include "libupnpp/soaphelp.hxx"
25
25
26
26
27
namespace UPnPP {
28
27
/* Example Soap XML doc passed by libupnp is like: 
29
/* Example Soap XML doc passed by libupnp is like: 
28
   <ns0:SetMute>
30
   <ns0:SetMute>
29
     <InstanceID>0</InstanceID>
31
     <InstanceID>0</InstanceID>
30
     <Channel>Master</Channel>
32
     <Channel>Master</Channel>
31
     <DesiredMute>False</DesiredMute>
33
     <DesiredMute>False</DesiredMute>
...
...
289
out:
291
out:
290
    if (nl)
292
    if (nl)
291
        ixmlNodeList_free(nl);
293
        ixmlNodeList_free(nl);
292
    return ret;
294
    return ret;
293
}
295
}
296
297
} // namespace