diff options
author | horchi <vdr@jwendel.de> | 2018-01-24 10:46:14 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-01-24 10:46:14 +0100 |
commit | 07cf0fb8c54a4c0df01e6b3ab9885621dfa2e18d (patch) | |
tree | e767ed162438f3d07ae99ed81243713ea8d75c5e /update.h | |
parent | ba7575c2d0dc620ef91c49c71af394219cd600f7 (diff) | |
download | vdr-plugin-epg2vdr-1.1.79.tar.gz vdr-plugin-epg2vdr-1.1.79.tar.bz2 |
2018-01-24 version 1.1.79 (horchi)\n - change: minor changes, fixes and code cleanup\n\n1.1.79
Diffstat (limited to 'update.h')
-rw-r--r-- | update.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,7 +75,7 @@ class cEventDetails public: cEventDetails() { changes = 0; } - ~cEventDetails() { } + ~cEventDetails() {} int getChanges() { return changes; } void clearChanges() { changes = 0; } @@ -84,7 +84,7 @@ class cEventDetails void setValue(const char* name, int value); int storeToFs(const char* path); - int loadFromFs(const char* path); + int loadFromFs(const char* path, cDbRow* row, int doClear = yes); int updateByRow(cDbRow* row); int updateToRow(cDbRow* row); |