add possibility to view eventinfo in recorded movielist (move cursor to
[enigma2.git] / lib / service / iservice.h
index 7eeee6936ed76dbc859ae7c1b577f8cf988a32b3..7dba73210c5f8e1500e125453dcf7f36bb92fb76 100644 (file)
@@ -205,6 +205,8 @@ typedef long long pts_t;
           
           Hide the result only if there is another way to check for failure! */
           
+TEMPLATE_TYPEDEF(ePtr<eServiceEvent>, eServiceEventPtr);
+       
 class iStaticServiceInformation: public iObject
 {
 #ifdef SWIG
@@ -226,8 +228,6 @@ public:
 
 TEMPLATE_TYPEDEF(ePtr<iStaticServiceInformation>, iStaticServiceInformationPtr);
 
-TEMPLATE_TYPEDEF(ePtr<eServiceEvent>, eServiceEventPtr);
-
 class iServiceInformation: public iObject
 {
 #ifdef SWIG