diff options
Diffstat (limited to 'lib/service/iservice.h')
| -rw-r--r-- | lib/service/iservice.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h index f699bdb9..c58421ed 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -6,14 +6,6 @@ #include <connection.h> #include <list> -#ifdef SWIG -#define TEMPLATE_TYPEDEF(x, y) \ -%template(y) x; \ -typedef x y -#else -#define TEMPLATE_TYPEDEF(x, y) typedef x y -#endif - class eServiceReference { public: @@ -184,7 +176,7 @@ public: evEnd, // when iServiceInformation is implemented: - evNewEvent + evUpdatedEventInfo }; virtual RESULT connectEvent(const Slot2<void,iPlayableService*,int> &event, ePtr<eConnection> &connection)=0; virtual RESULT start()=0; |
