summaryrefslogtreecommitdiff
path: root/stvw_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'stvw_cfg.h')
-rwxr-xr-xstvw_cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stvw_cfg.h b/stvw_cfg.h
index ce6342b..5f99c2a 100755
--- a/stvw_cfg.h
+++ b/stvw_cfg.h
@@ -97,6 +97,7 @@ class cSmartTvConfig {
bool mAddCorsHeader;
string mCorsHeaderPyld;
+ string mUsageStatsLogFile;
// cPlugin* mPlugin;
cWidgetConfigBase mWidgetConfigBase;
public:
@@ -131,6 +132,7 @@ class cSmartTvConfig {
bool addCorsHeader() { return mAddCorsHeader; };
string getCorsHeader() {return mCorsHeaderPyld; };
+ string getUsageStatsLogFile() { return mUsageStatsLogFile; };
string GetWidgetConf() { return mWidgetConfigBase.GetWidgetConf(); };
};