diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-12 11:20:28 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-12 11:20:28 +0000 |
| commit | c2f28d655c5a33f04bc340504116496c93c47f2b (patch) | |
| tree | 2479885edb3bdcba2adbf44e44d22f5a2e2b6471 /lib/service/service.cpp | |
| parent | 3897622007084c0032cfea1a0a73791bbc1525c2 (diff) | |
| download | enigma2-c2f28d655c5a33f04bc340504116496c93c47f2b.tar.gz enigma2-c2f28d655c5a33f04bc340504116496c93c47f2b.zip | |
small optimiziations
Diffstat (limited to 'lib/service/service.cpp')
| -rw-r--r-- | lib/service/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/service.cpp b/lib/service/service.cpp index c043a583..cc8a9315 100644 --- a/lib/service/service.cpp +++ b/lib/service/service.cpp @@ -133,7 +133,7 @@ RESULT iServiceHandler::info(const eServiceReference &, ePtr<iStaticServiceInfor #include <lib/service/event.h> -RESULT iStaticServiceInformation::getEvent(const eServiceReference &ref, ePtr<eServiceEvent> &evt) +RESULT iStaticServiceInformation::getEvent(const eServiceReference &ref, ePtr<eServiceEvent> &evt, time_t start_time) { evt = 0; return -1; |
