eitd/sectionsd.cpp: remove neutrino config parse, set config from neutrino

Origin commit data
------------------
Commit: 393c3ceaf0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-08 (Thu, 08 Mar 2012)
This commit is contained in:
[CST] Focus
2012-03-08 17:32:59 +04:00
parent 21e10667b8
commit ec3f81e0ba
2 changed files with 29 additions and 35 deletions

View File

@@ -30,6 +30,8 @@
#include <OpenThreads/Thread>
#include <OpenThreads/Condition>
#include <sectionsdclient/sectionsdclient.h>
#include <connection/basicserver.h>
#include "dmx.h"
//#include "SIutils.hpp"
@@ -42,6 +44,8 @@ class CEitManager : public OpenThreads::Thread, public OpenThreads::Mutex
{
private:
bool running;
CSectionsdClient::epg_config config;
CBasicServer sectionsd_server;
static OpenThreads::Mutex m;
static CEitManager * manager;
@@ -56,6 +60,7 @@ class CEitManager : public OpenThreads::Thread, public OpenThreads::Mutex
bool Start();
bool Stop();
void SetConfig(CSectionsdClient::epg_config &cfg) { config = cfg; };
};
#endif