mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
neutrino: make CInfoViewerBB constructor private
Origin commit data
------------------
Branch: ni/coolstream
Commit: a7e587e3cb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-04 (Sat, 04 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -128,9 +128,9 @@ class CInfoViewerBB
|
|||||||
pthread_t hddperT;
|
pthread_t hddperT;
|
||||||
static void* hddperThread(void *arg);
|
static void* hddperThread(void *arg);
|
||||||
bool hddperTflag;
|
bool hddperTflag;
|
||||||
|
CInfoViewerBB();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CInfoViewerBB();
|
|
||||||
~CInfoViewerBB();
|
~CInfoViewerBB();
|
||||||
static CInfoViewerBB* getInstance();
|
static CInfoViewerBB* getInstance();
|
||||||
void Init(void);
|
void Init(void);
|
||||||
|
Reference in New Issue
Block a user