Switch to unified view

a/libupnpp/control/service.cxx b/libupnpp/control/service.cxx
...
...
96
96
97
    m->initFromDeviceAndService(devdesc, servdesc);
97
    m->initFromDeviceAndService(devdesc, servdesc);
98
    // Only does anything the first time
98
    // Only does anything the first time
99
    initEvents();
99
    initEvents();
100
    // serviceInit() will be called from the derived class constructor
100
    // serviceInit() will be called from the derived class constructor
101
    // if needed
101
}
102
}
102
103
103
bool Service::initFromDescription(const UPnPDeviceDesc& devdesc)
104
bool Service::initFromDescription(const UPnPDeviceDesc& devdesc)
104
{
105
{
105
    if (!m) {
106
    if (!m) {