fix for use getError from python
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 4 Jan 2007 19:50:02 +0000 (19:50 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 4 Jan 2007 19:50:02 +0000 (19:50 +0000)
lib/service/iservice.h

index 98ece76..ca84a41 100644 (file)
@@ -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;