Switch to side-by-side view
--- a/libupnpp/discovery.hxx +++ b/libupnpp/discovery.hxx @@ -51,6 +51,9 @@ */ static UPnPDeviceDirectory *getTheDir(time_t search_window = 1); + /** Clean up before exit. Do call this.*/ + static void terminate(); + /** Retrieve the directory services currently seen on the network */ bool getDirServices(std::vector<ContentDirectoryService>&); /** Retrieve specific service designated by its friendlyName */