start timer after message box is actually visible
[enigma2.git] / lib / service / iservice.h
index 24d56a3ff80103fc2a0165c980d4135e369f80ff..2ada9095e56c8b03ab42bb00876f0e4e354e72ae 100644 (file)
@@ -648,8 +648,10 @@ class iListableService: public iObject
        ~iListableService();
 #endif
 public:
+#ifndef SWIG
                /* legacy interface: get a list */
        virtual RESULT getContent(std::list<eServiceReference> &list, bool sorted=false)=0;
+#endif
        virtual PyObject *getContent(const char* format, bool sorted=false)=0;
 
                /* new, shiny interface: streaming. */