summaryrefslogtreecommitdiff
path: root/update.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-01-24 10:46:14 +0100
committerhorchi <vdr@jwendel.de>2018-01-24 10:46:14 +0100
commit07cf0fb8c54a4c0df01e6b3ab9885621dfa2e18d (patch)
treee767ed162438f3d07ae99ed81243713ea8d75c5e /update.h
parentba7575c2d0dc620ef91c49c71af394219cd600f7 (diff)
downloadvdr-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.h b/update.h
index af90767..aca9a87 100644
--- a/update.h
+++ b/update.h
@@ -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);