Switch to unified view

a/libupnpp/upnpplib.cxx b/libupnpp/upnpplib.cxx
...
...
144
    case LogLevelDebug: 
144
    case LogLevelDebug: 
145
        UpnpSetLogLevel(UPNP_ALL);
145
        UpnpSetLogLevel(UPNP_ALL);
146
        break;
146
        break;
147
    }
147
    }
148
#endif
148
#endif
149
  return true;
149
}
150
}
150
151
151
void LibUPnP::registerHandler(Upnp_EventType et, Upnp_FunPtr handler,
152
void LibUPnP::registerHandler(Upnp_EventType et, Upnp_FunPtr handler,
152
                              void *cookie)
153
                              void *cookie)
153
{
154
{