summaryrefslogtreecommitdiff
path: root/stvw_cfg.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-09-14 18:11:01 +0200
committerthlo <t.lohmar@gmx.de>2013-09-14 18:11:01 +0200
commite48a23b9825dfe731a8ceb663cef9c12b593e6bd (patch)
tree60ea6d142d10c65f79fd1f788fab00e00197664d /stvw_cfg.h
parente8943979b23221d325697dde753842a5ced569d4 (diff)
parent60bfd8aad9a4ab7d810d6a6bf82fe71f64d56263 (diff)
downloadvdr-plugin-smarttvweb-e48a23b9825dfe731a8ceb663cef9c12b593e6bd.tar.gz
vdr-plugin-smarttvweb-e48a23b9825dfe731a8ceb663cef9c12b593e6bd.tar.bz2
Merge branch 'master' of git-vdr@projects.vdr-developer.org:vdr-plugin-smarttvweb.git
Diffstat (limited to 'stvw_cfg.h')
-rwxr-xr-xstvw_cfg.h4
1 files changed, 4 insertions, 0 deletions
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