diff options
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); }; |