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:
Stefan Seyfried
2013-05-04 13:05:24 +02:00
parent d7243aa213
commit 02b0cf723b

View File

@@ -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);