summaryrefslogtreecommitdiff
path: root/smarttvfactory.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2016-12-27 22:16:13 +0100
committerthlo <smarttv640@gmail.com>2016-12-27 22:16:13 +0100
commit176a5badb7842f49ec86a456643b617d2099d007 (patch)
treeb70286f4ae88a988209bc954932f545b858077d0 /smarttvfactory.h
parent1f26f1c8b98c75617933406288856ad6c5f04809 (diff)
downloadvdr-plugin-smarttvweb-176a5badb7842f49ec86a456643b617d2099d007.tar.gz
vdr-plugin-smarttvweb-176a5badb7842f49ec86a456643b617d2099d007.tar.bz2
Improvements of usage log file
Diffstat (limited to 'smarttvfactory.h')
-rwxr-xr-xsmarttvfactory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/smarttvfactory.h b/smarttvfactory.h
index c4699e1..5356bb6 100755
--- a/smarttvfactory.h
+++ b/smarttvfactory.h
@@ -167,9 +167,11 @@ class sUsageStatistics {
Log *mLog;
void checkDay();
+ void writeEntries();
public:
sUsageStatistics(string fn, Log* mLog);
+ ~sUsageStatistics();
void addUsageInfo (string ip, double dur);
};