diff options
| author | methodus <methodus@web.de> | 2012-11-30 22:33:50 +0100 |
|---|---|---|
| committer | methodus <methodus@web.de> | 2012-11-30 22:33:50 +0100 |
| commit | 6e84bf963413305833c980b2fe070fc690892418 (patch) | |
| tree | b8ebf5543852d31ede005faae1f7bc6e8a5313f2 /include | |
| parent | e6c28c5209b5508a61affc947179260cec0d2733 (diff) | |
| download | vdr-plugin-upnp-6e84bf963413305833c980b2fe070fc690892418.tar.gz vdr-plugin-upnp-6e84bf963413305833c980b2fe070fc690892418.tar.bz2 | |
Added the ability to filter the number of channels outputed by the vdrProvider
Diffstat (limited to 'include')
| -rw-r--r-- | include/server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/server.h b/include/server.h index be76e41..4d28c3d 100644 --- a/include/server.h +++ b/include/server.h @@ -57,6 +57,7 @@ public: void SetConfiguration(upnp::cConfig newConfig); upnp::cConfig GetConfiguration() const; + const string& GetConfigDirectory() const { return mConfigDirectory; }; const char* GetServerIPAddress() const; uint16_t GetServerPort() const; @@ -90,6 +91,7 @@ private: Description mServerDescription; iconList mServerIcons; upnp::cConfig mCurrentConfiguration; + string mConfigDirectory; UpnpDevice_Handle mDeviceHandle; int mAnnounceMaxAge; size_t mMaxContentLength; |
