summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-22 09:13:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-22 09:13:26 +0200
commita0e65853042dacd888921a435d7b3d549e7d894e (patch)
tree7d1333e9fdd17189c872c50607c05fd65f1a8a20 /recording.h
parenta8b3516607d2e99381add560089bce3adee9f462 (diff)
downloadvdr-a0e65853042dacd888921a435d7b3d549e7d894e.tar.gz
vdr-a0e65853042dacd888921a435d7b3d549e7d894e.tar.bz2
Fixed setting timer's summary for recording
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index 12b07930..548e8017 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.35 2005/05/16 14:18:43 kls Exp $
+ * $Id: recording.h 1.36 2005/05/22 09:08:40 kls Exp $
*/
#ifndef __RECORDING_H
@@ -34,11 +34,13 @@ public:
};
class cRecordingInfo {
+ friend class cRecording;
private:
const cEvent *event;
cEvent *ownEvent;
-public:
cRecordingInfo(const cEvent *Event = NULL);
+ void SetTitleAndDescription(const char *Title, const char *Description);
+public:
~cRecordingInfo();
const char *Title(void) const { return event->Title(); }
const char *ShortText(void) const { return event->ShortText(); }