summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-08-13 14:39:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-08-13 14:39:34 +0200
commit8fe90254f6843fedab11f4bbf7f83090e341f6eb (patch)
tree73cc09200b9c620eef8c36a95898bef795860b30 /recording.h
parent098952e254f008bf2f702579d117766080b75469 (diff)
downloadvdr-8fe90254f6843fedab11f4bbf7f83090e341f6eb.tar.gz
vdr-8fe90254f6843fedab11f4bbf7f83090e341f6eb.tar.bz2
Now storing the channel id in the info.vdr file even if there is no EPG info available
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index 0adb036e..05c34e28 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.38 2005/05/28 09:34:07 kls Exp $
+ * $Id: recording.h 1.39 2005/08/13 14:09:50 kls Exp $
*/
#ifndef __RECORDING_H
@@ -40,7 +40,7 @@ private:
tChannelID channelID;
const cEvent *event;
cEvent *ownEvent;
- cRecordingInfo(const cEvent *Event = NULL);
+ cRecordingInfo(tChannelID ChannelID = tChannelID::InvalidID, const cEvent *Event = NULL);
void SetData(const char *Title, const char *ShortText, const char *Description);
public:
~cRecordingInfo();