neutrino: make CInfoViewerBB constructor private

Origin commit data
------------------
Commit: a7e587e3cb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-04 (Sat, 04 May 2013)
This commit is contained in:
Stefan Seyfried
2013-05-04 13:05:24 +02:00
parent 248d137982
commit e301baab07

View File

@@ -128,9 +128,9 @@ class CInfoViewerBB
pthread_t hddperT;
static void* hddperThread(void *arg);
bool hddperTflag;
CInfoViewerBB();
public:
CInfoViewerBB();
~CInfoViewerBB();
static CInfoViewerBB* getInstance();
void Init(void);