mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
eitd: as long as neutrino using only first content classification,
reduce content classification caching (leaving old code with ifdef)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user