#include "server.h"#include "web_callbacks.h"#include "content_manager.h"#include "update_manager.h"#include "dictionary.h"#include "upnp_xml.h"#include "tools.h"Go to the source code of this file.
Functions | |
| SINGLETON_MUTEX (Server, false) | |
| static int | static_upnp_callback (Upnp_EventType eventtype, void *event, void *cookie) |
Definition in file server.cc.
| SINGLETON_MUTEX | ( | Server | , | |
| false | ||||
| ) |
| static int static_upnp_callback | ( | Upnp_EventType | eventtype, | |
| void * | event, | |||
| void * | cookie | |||
| ) | [static] |
Definition at line 59 of file server.cc.
References Singleton< Server >::getInstance().
Referenced by Server::upnp_init().
1.6.1