From 7780e3664a5d76c84b5d1971e833ba8cc27c0f82 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 14 Oct 2007 10:23:19 +0200 Subject: Added cRecording::Undelete() --- recording.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recording.h') 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, public cThread { -- cgit v1.2.3