summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-01 10:33:38 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-01 10:33:38 +0200
commit13f68c478736e2f9f97607847688781aae77c041 (patch)
tree22dc7d632c20bb4a2316e9c6a7485b9ab03423c2 /recording.h
parent46a89d211b0f37343aca870f80bb789cacb40d65 (diff)
downloadvdr-13f68c478736e2f9f97607847688781aae77c041.tar.gz
vdr-13f68c478736e2f9f97607847688781aae77c041.tar.bz2
Fixed handling the '.update' file in case the video directory is not at the default location
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index 96bb4b54..341284f2 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 1.44 2005/09/25 14:30:13 kls Exp $
+ * $Id: recording.h 1.45 2005/10/01 10:24:41 kls Exp $
*/
#ifndef __RECORDING_H
@@ -93,10 +93,11 @@ public:
class cRecordings : public cList<cRecording>, public cThread {
private:
- char *updateFileName;
+ static char *updateFileName;
bool deleted;
time_t lastUpdate;
int state;
+ const char *UpdateFileName(void);
void Refresh(bool Foreground = false);
void ScanVideoDir(const char *DirName, bool Foreground = false);
protected: