diff options
author | methodus <methodus@web.de> | 2012-09-23 21:26:49 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-09-23 21:26:49 +0200 |
commit | 4ff5f1b52b27d7b86d77ce956d79a1453810385b (patch) | |
tree | 5cbe6e00ff76b785fc1f15a49037fd4d3e327847 /server/service.cpp | |
parent | 8393e045b17fc379ee927e6b07b6b1fd36b97523 (diff) | |
download | vdr-plugin-upnp-4ff5f1b52b27d7b86d77ce956d79a1453810385b.tar.gz vdr-plugin-upnp-4ff5f1b52b27d7b86d77ce956d79a1453810385b.tar.bz2 |
Added setup menu and the possibility to use live-plugin instead of the internal presentation page
Diffstat (limited to 'server/service.cpp')
-rw-r--r-- | server/service.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/service.cpp b/server/service.cpp index 14a0bb6..d127e59 100644 --- a/server/service.cpp +++ b/server/service.cpp @@ -28,6 +28,10 @@ void cUPnPService::Init(cMediaServer* server, UpnpDevice_Handle deviceHandle){ mDeviceHandle = deviceHandle; } +void cUPnPService::Stop(){ + return; +} + void cUPnPService::SetError(Upnp_Action_Request* request, int error){ request->ErrCode = error; switch(error){ |