mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user