mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
Origin commit data
------------------
Branch: ni/coolstream
Commit: cbc9299df8
Author: martii <m4rtii@gmx.de>
Date: 2013-06-11 (Tue, 11 Jun 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -95,7 +95,7 @@ class CNetworkSetup : public CMenuTarget, CChangeObserver
|
||||
bool checkStringSettings();
|
||||
bool checkForIP();
|
||||
bool settingsChanged();
|
||||
const char * mypinghost(const char * const host);
|
||||
const char * mypinghost(std::string &host);
|
||||
|
||||
public:
|
||||
enum NETWORK_DHCP_MODE
|
||||
|
Reference in New Issue
Block a user