diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-23 13:55:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-23 13:55:57 +0100 |
commit | db7f6ee6192b395682685eb2151fb88354a786b5 (patch) | |
tree | df5a99a045a073c9048cb1eab8b1d4b5eaf22c43 /dvbapi.h | |
parent | 645f62fee44496cf4a982c8b7ef24c7a6a4ccc2e (diff) | |
download | vdr-db7f6ee6192b395682685eb2151fb88354a786b5.tar.gz vdr-db7f6ee6192b395682685eb2151fb88354a786b5.tar.bz2 |
Accessing Schedules data directly via cSIProcessor
Diffstat (limited to 'dvbapi.h')
-rw-r--r-- | dvbapi.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbapi.h 1.61 2002/02/03 16:43:38 kls Exp $ + * $Id: dvbapi.h 1.62 2002/02/23 13:11:07 kls Exp $ */ #ifndef __DVBAPI_H @@ -143,10 +143,6 @@ public: private: cSIProcessor *siProcessor; public: - const cSchedules *Schedules(cThreadLock *ThreadLock) const; - // Caller must provide a cThreadLock which has to survive the entire - // time the returned cSchedules is accessed. Once the cSchedules is no - // longer used, the cThreadLock must be destroyed. void SetUseTSTime(bool On) { if (siProcessor) siProcessor->SetUseTSTime(On); } // Image Grab facilities |