aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-25 20:17:12 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-25 20:17:12 +0000
commit24ac423a92cf63ed6a8a09fa1ef48bef2c9382a6 (patch)
tree4cdacf255f4a06b6baaefe97ae603c0a2a45a9b5 /lib/dvb/epgcache.h
parent03840de4f14dbbbbb6d4d38c862a0a1cceba5ea7 (diff)
downloadenigma2-24ac423a92cf63ed6a8a09fa1ef48bef2c9382a6.tar.gz
enigma2-24ac423a92cf63ed6a8a09fa1ef48bef2c9382a6.zip
small speedups,
small cleanups, fix non working query for time epoch
Diffstat (limited to 'lib/dvb/epgcache.h')
-rw-r--r--lib/dvb/epgcache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dvb/epgcache.h b/lib/dvb/epgcache.h
index 98a38451..6febc5eb 100644
--- a/lib/dvb/epgcache.h
+++ b/lib/dvb/epgcache.h
@@ -309,9 +309,9 @@ public:
#ifndef SWIG
// eventData's are plain entrys out of the cache.. it's not safe to use them after cache unlock
// but its faster in use... its not allowed to delete this pointers via delete or free..
- SWIG_VOID(RESULT) lookupEventId(const eServiceReference &service, int event_id, const eventData *&SWIG_OUTPUT);
- SWIG_VOID(RESULT) lookupEventTime(const eServiceReference &service, time_t, const eventData *&SWIG_OUTPUT, int direction=0);
- SWIG_VOID(RESULT) getNextTimeEntry(const eventData *&SWIG_OUTPUT);
+ RESULT lookupEventId(const eServiceReference &service, int event_id, const eventData *&);
+ RESULT lookupEventTime(const eServiceReference &service, time_t, const eventData *&, int direction=0);
+ RESULT getNextTimeEntry(const eventData *&);
// eit_event_struct's are plain dvb eit_events .. it's not safe to use them after cache unlock
// its not allowed to delete this pointers via delete or free..