mUPnP for C++
|
#include <uhttp/net/HostInterface.h>
#include <uhttp/util/Listener.h>
#include <uhttp/util/Mutex.h>
#include <uhttp/http/HTTPRequestListener.h>
#include <uhttp/http/HTTPServerList.h>
#include <mupnp/xml/NodeList.h>
#include <mupnp/ssdp/SSDPPacket.h>
#include <mupnp/ssdp/SSDPNotifySocketList.h>
#include <mupnp/ssdp/SSDPSearchResponseSocketList.h>
#include <mupnp/device/SearchResponseListener.h>
#include <mupnp/device/NotifyListener.h>
#include <mupnp/device/Disposer.h>
#include <mupnp/device/DeviceChangeListener.h>
#include <mupnp/event/EventListener.h>
#include <mupnp/control/RenewSubscriber.h>
Data Structures | |
class | mUPnP::ControlPoint |
Namespaces | |
namespace | mUPnP |
Typedefs | |
typedef uHTTP::ListenerList< NotifyListener > | mUPnP::NotifyListenerList |
typedef uHTTP::ListenerList< SearchResponseListener > | mUPnP::SearchResponseListenerList |
typedef uHTTP::ListenerList< DeviceChangeListener > | mUPnP::DeviceChangeListenerList |
typedef uHTTP::ListenerList< EventListener > | mUPnP::EventListenerList |