summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-10-14 10:23:19 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-10-14 10:23:19 +0200
commit7780e3664a5d76c84b5d1971e833ba8cc27c0f82 (patch)
treedc1863f964aa590b630bd25210a336c6ba8c1164 /recording.h
parentc6ef96a6aea24e64c70792d7eec9e5f9cc89821a (diff)
downloadvdr-7780e3664a5d76c84b5d1971e833ba8cc27c0f82.tar.gz
vdr-7780e3664a5d76c84b5d1971e833ba8cc27c0f82.tar.bz2
Added cRecording::Undelete()
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/recording.h b/recording.h
index fb616f68..4bdcd1b2 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.58 2007/10/14 10:06:48 kls Exp $
+ * $Id: recording.h 1.59 2007/10/14 10:11:34 kls Exp $
*/
#ifndef __RECORDING_H
@@ -102,6 +102,10 @@ public:
bool Remove(void);
// Actually removes the file from the disk
// Returns false in case of error
+ bool Undelete(void);
+ // Changes the file name so that it will be visible in the "Recordings" menu again and
+ // not processed by cRemoveDeletedRecordingsThread.
+ // Returns false in case of error
};
class cRecordings : public cList<cRecording>, public cThread {