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

Conflicts:
	src/gui/epgview.cpp
This commit is contained in:
Stefan Seyfried
2015-02-07 23:12:01 +01:00
26 changed files with 251 additions and 99 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __sectionsdclient__
#define __sectionsdclient__
/*
Client-Interface f<EFBFBD>r zapit - DBoxII-Project
Client-Interface for zapit - DBoxII-Project
$Id: sectionsdclient.h,v 1.42 2007/01/12 22:57:57 houdini Exp $
@@ -230,8 +230,13 @@ class CEPGData
std::vector<std::string> items;
char fsk;
unsigned char table_id;
#ifdef FULL_CONTENT_CLASSIFICATION
std::string contentClassification;
std::string userClassification;
#else
unsigned char contentClassification;
unsigned char userClassification;
#endif
CEPGData()
{