diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-04-16 15:50:21 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-04-16 15:50:21 +0200 |
commit | 38f799579d63af92450dbc2504057fbf21cd469e (patch) | |
tree | 6d1897582078f6ff056c74303ae567499799a56c /recording.h | |
parent | e3fe42608da06dcaf6932472343b3f39ea1bcea3 (diff) | |
download | vdr-38f799579d63af92450dbc2504057fbf21cd469e.tar.gz vdr-38f799579d63af92450dbc2504057fbf21cd469e.tar.bz2 |
Removed DvbApi access from recording.c; added direct channel select
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/recording.h b/recording.h index 5a5e8de4..2e79a7da 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'osm.c' for copyright information and * how to reach the author. * - * $Id: recording.h 1.2 2000/04/14 15:12:42 kls Exp $ + * $Id: recording.h 1.3 2000/04/16 15:44:09 kls Exp $ */ #ifndef __RECORDING_H @@ -12,7 +12,6 @@ #include <time.h> #include "config.h" -#include "dvbapi.h" #include "tools.h" void AssertFreeDiskSpace(void); @@ -35,12 +34,6 @@ public: bool Remove(void); // Actually removes the file from the disk // Returns false in case of error - bool Record(void); - // Starts recording of the file - bool Play(void); - // Starts playback of the file - void Stop(void); - // Stops recording or playback of the file }; class cRecordings : public cList<cRecording> { |