lib/upnp: use C++ exceptions instead of class Error

This commit is contained in:
Max Kellermann
2016-02-07 00:29:06 +01:00
parent 6e2ad6860f
commit 3ee5093b03
11 changed files with 143 additions and 230 deletions

View File

@@ -24,10 +24,8 @@
#include <upnp/upnp.h>
class Error;
bool
UpnpClientGlobalInit(UpnpClient_Handle &handle, Error &error);
void
UpnpClientGlobalInit(UpnpClient_Handle &handle);
void
UpnpClientGlobalFinish();