diff options
author | thlo <smarttv640@gmail.com> | 2016-12-27 22:16:13 +0100 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2016-12-27 22:16:13 +0100 |
commit | 176a5badb7842f49ec86a456643b617d2099d007 (patch) | |
tree | b70286f4ae88a988209bc954932f545b858077d0 /smarttvfactory.h | |
parent | 1f26f1c8b98c75617933406288856ad6c5f04809 (diff) | |
download | vdr-plugin-smarttvweb-176a5badb7842f49ec86a456643b617d2099d007.tar.gz vdr-plugin-smarttvweb-176a5badb7842f49ec86a456643b617d2099d007.tar.bz2 |
Improvements of usage log file
Diffstat (limited to 'smarttvfactory.h')
-rwxr-xr-x | smarttvfactory.h | 2 |
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); }; |