From 417202343b64947e80dbe14b4ab456cc6442e88c Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 1 Sep 2013 21:09:15 +0200 Subject: New enable flag for RecCmds and new Port parameter in smarttvweb.conf. Bug fixes. --- stvw_cfg.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stvw_cfg.h') diff --git a/stvw_cfg.h b/stvw_cfg.h index d894820..9001fe7 100755 --- a/stvw_cfg.h +++ b/stvw_cfg.h @@ -54,6 +54,8 @@ class cSmartTvConfig { eGroupSep mGroupSep; string mServerAddress; + int mServerPort; + bool mRecCmds; public: cSmartTvConfig(string dir); @@ -70,6 +72,8 @@ class cSmartTvConfig { int getLiveChannels() {return mLiveChannels; }; eGroupSep getGroupSep() { return mGroupSep; }; string getServerAddress() { return mServerAddress; }; + int getServerPort() { return mServerPort; }; + bool getRecCmds() { return mRecCmds; }; }; #endif -- cgit v1.2.3