add ability to select in scan what is todo with existing services (Clear before scan)
[enigma2.git] / lib / dvb / dvb.h
index 3451e48b69c305c6d66047e1e993ff5a100f05cf..bc51ccd89b61d9753171a6c14a6ab98539ca2e59 100644 (file)
@@ -199,10 +199,10 @@ public:
 #ifdef SWIG
 public:
 #endif
-       RESULT allocateRawChannel(eUsePtr<iDVBChannel> &channel, int frontend_index);
-       static RESULT getInstance(ePtr<eDVBResourceManager> &ptr) { if (instance) { ptr = instance; return 0; } return -1; }
+       RESULT allocateRawChannel(eUsePtr<iDVBChannel> &, int frontend_index);
+       static RESULT getInstance(ePtr<eDVBResourceManager> &);
 };
-
+TEMPLATE_TYPEDEF(ePtr<eDVBResourceManager>, eDVBResourceManagerPtr);
 #ifndef SWIG
 
        /* iDVBPVRChannel includes iDVBChannel. don't panic. */