mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
Make constructor private
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1583 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -138,8 +138,8 @@ class CFrontend
|
|||||||
void set12V(bool enable);
|
void set12V(bool enable);
|
||||||
void reset(void);
|
void reset(void);
|
||||||
/* Private constructor */
|
/* Private constructor */
|
||||||
public:
|
|
||||||
CFrontend(int Number = 0, int Adapter = 0);
|
CFrontend(int Number = 0, int Adapter = 0);
|
||||||
|
public:
|
||||||
~CFrontend(void);
|
~CFrontend(void);
|
||||||
static CFrontend *getInstance(int Number = 0, int Adapter = 0);
|
static CFrontend *getInstance(int Number = 0, int Adapter = 0);
|
||||||
static fe_code_rate_t getCodeRate(const uint8_t fec_inner, int system = 0);
|
static fe_code_rate_t getCodeRate(const uint8_t fec_inner, int system = 0);
|
||||||
|
Reference in New Issue
Block a user