eitd: as long as neutrino using only first content classification,

reduce content classification caching (leaving old code with ifdef)
This commit is contained in:
[CST] Focus
2015-01-30 19:47:30 +03:00
parent ae6a5e6917
commit e8700de2b7
8 changed files with 84 additions and 2 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 $
@@ -221,8 +221,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()
{