|
a/libupnpp/discovery.hxx |
|
b/libupnpp/discovery.hxx |
|
... |
|
... |
49 |
* calls to libupnp, and this must not be done from the libupnp
|
49 |
* calls to libupnp, and this must not be done from the libupnp
|
50 |
* thread context which reported the initial message.
|
50 |
* thread context which reported the initial message.
|
51 |
*/
|
51 |
*/
|
52 |
static UPnPDeviceDirectory *getTheDir(time_t search_window = 1);
|
52 |
static UPnPDeviceDirectory *getTheDir(time_t search_window = 1);
|
53 |
|
53 |
|
|
|
54 |
/** Clean up before exit. Do call this.*/
|
|
|
55 |
static void terminate();
|
|
|
56 |
|
54 |
/** Retrieve the directory services currently seen on the network */
|
57 |
/** Retrieve the directory services currently seen on the network */
|
55 |
bool getDirServices(std::vector<ContentDirectoryService>&);
|
58 |
bool getDirServices(std::vector<ContentDirectoryService>&);
|
56 |
/** Retrieve specific service designated by its friendlyName */
|
59 |
/** Retrieve specific service designated by its friendlyName */
|
57 |
bool getServer(const string& friendlyName, ContentDirectoryService& server);
|
60 |
bool getServer(const string& friendlyName, ContentDirectoryService& server);
|
58 |
|
61 |
|