mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
Make constructor private
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1583 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: cf66aac017
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-07-21 (Thu, 21 Jul 2011)
This commit is contained in:
@@ -138,8 +138,8 @@ class CFrontend
|
||||
void set12V(bool enable);
|
||||
void reset(void);
|
||||
/* Private constructor */
|
||||
public:
|
||||
CFrontend(int Number = 0, int Adapter = 0);
|
||||
public:
|
||||
~CFrontend(void);
|
||||
static CFrontend *getInstance(int Number = 0, int Adapter = 0);
|
||||
static fe_code_rate_t getCodeRate(const uint8_t fec_inner, int system = 0);
|
||||
|
Reference in New Issue
Block a user