Merge remote-tracking branch 'check/cst-next'

This commit is contained in:
Stefan Seyfried
2015-02-25 21:20:22 +01:00
8 changed files with 41 additions and 11 deletions

View File

@@ -227,7 +227,7 @@ t_channel_id CNeutrinoAPI::ChannelNameToChannelId(std::string search_channel_nam
//-------------------------------------------------------------------------
// Get functions
//-------------------------------------------------------------------------
#if 0 /* unused funktion*/
bool CNeutrinoAPI::GetStreamInfo(int bitInfo[10])
{
char /* *key,*/ *tmpptr, buf[100];
@@ -261,7 +261,7 @@ bool CNeutrinoAPI::GetStreamInfo(int bitInfo[10])
return true;
}
#endif
//-------------------------------------------------------------------------
bool CNeutrinoAPI::GetChannelEvents(void)

View File

@@ -53,7 +53,9 @@ class CNeutrinoAPI
// get functions to collect data
bool GetChannelEvents(void);
#if 0 /* unused funktion*/
bool GetStreamInfo(int bitinfo[10]);
#endif
std::string GetServiceName(t_channel_id channel_id);
CZapitClient::BouquetChannelList *GetBouquet(unsigned int BouquetNr, int Mode);
CZapitClient::BouquetChannelList *GetChannelList(int Mode);