aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/upnp/upnpplib.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upnp: initialize the client handle only onceMax Kellermann2014-01-261-59/+0
| | | | | | Eliminate class LibUPnP and move the code to ClientInit.cxx. Its initialization function can be called multiple times, but UpnpRegisterClient() is called at most once.
* upnp: add class UpnpCallbackMax Kellermann2014-01-261-11/+0
| | | | | | | Each Upnp*Async() call passes a new cookie pointer, and the cookie passed to UpnpRegisterClient() appears to be ignored. Using this interface is a more elegant approach than having one single "handler" function.
* db/upnp: move generic code to lib/upnp/Max Kellermann2014-01-261-0/+70