diff options
Diffstat (limited to 'lib/dvb/dvb.h')
| -rw-r--r-- | lib/dvb/dvb.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index e09f0fae..c71a4d1b 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -196,9 +196,13 @@ public: RESULT getChannelList(ePtr<iDVBChannelList> &list); enum { - errNoFrontend = -1, + /* errNoFrontend = -1 replaced by more spcific messages */ errNoDemux = -2, - errChidNotFound = -3 + errChidNotFound = -3, + errNoChannelList = -4, + errChannelNotInList = -5, + errAllSourcesBusy = -6, + errNoSourceFound = -7, }; RESULT connectChannelAdded(const Slot1<void,eDVBChannel*> &channelAdded, ePtr<eConnection> &connection); |
