set foregroundcolor of non tuneable services in servicelist to gray (for linked tuner...
[enigma2.git] / lib / dvb / dvb.h
index fcfbdfe7a3d71e18cee7808cdead1527db6777bd..355e246998b7c660e25024810b15188f54370497 100644 (file)
@@ -156,9 +156,9 @@ public:
                errNoDemux    = -2,
                errChidNotFound = -3
        };
-       
+
                /* allocate channel... */
-       RESULT allocateChannel(const eDVBChannelID &channelid, eUsePtr<iDVBChannel> &channel);
+       RESULT allocateChannel(const eDVBChannelID &channelid, eUsePtr<iDVBChannel> &channel, bool fake=false);
        RESULT allocateRawChannel(eUsePtr<iDVBChannel> &channel, int frontend_index);
        RESULT allocatePVRChannel(eUsePtr<iDVBPVRChannel> &channel);