dont try to get frontend informations when the eDVBServicePlay is a pvr service
[enigma2.git] / lib / service / service.h
index f98d3e511a728845d4882c73bcc1487970ed69d3..17614c2f87273bc7f20a84f9f066c1637bd64622 100644 (file)
@@ -28,7 +28,7 @@ public:
        
                // eServiceCenter
        static RESULT getPrivInstance(eServiceCenterPtr &ptr) { ptr = instance; return 0; }
-       static RESULT getInstance(iServiceHandlerPtr &SWIG_NAMED_OUTPUT(ptr)) { ptr = instance; return 0; }
+       static SWIG_VOID(RESULT) getInstance(iServiceHandlerPtr &SWIG_NAMED_OUTPUT(ptr)) { ptr = instance; return 0; }
        RESULT addServiceFactory(int id, iServiceHandler *hnd);
        RESULT removeServiceFactory(int id);
 };