aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-04 19:50:02 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-04 19:50:02 +0000
commitc9fe752d20d7ee28b56b863b6469b3490c17f4a2 (patch)
tree05170c79a5ae721dd99a9ee8352c22c2e8098097 /lib
parent4dacaa1ba48d25b1649f110f8fc371c024a69709 (diff)
downloadenigma2-c9fe752d20d7ee28b56b863b6469b3490c17f4a2.tar.gz
enigma2-c9fe752d20d7ee28b56b863b6469b3490c17f4a2.zip
fix for use getError from python
Diffstat (limited to 'lib')
-rw-r--r--lib/service/iservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h
index 98ece76e..ca84a410 100644
--- a/lib/service/iservice.h
+++ b/lib/service/iservice.h
@@ -750,7 +750,7 @@ public:
#ifndef SWIG
virtual RESULT connectEvent(const Slot2<void,iRecordableService*,int> &event, ePtr<eConnection> &connection)=0;
#endif
- virtual RESULT getError(int &)=0;
+ virtual SWIG_VOID(RESULT) getError(int &SWIG_OUTPUT)=0;
virtual RESULT prepare(const char *filename, time_t begTime=-1, time_t endTime=-1, int eit_event_id=-1)=0;
virtual RESULT start()=0;
virtual RESULT stop()=0;