mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
libconfigfile: allow configfiles with another delimiter as '='
Origin commit data
------------------
Branch: ni/coolstream
Commit: f9515444f0
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-11-08 (Fri, 08 Nov 2013)
Origin message was:
------------------
- libconfigfile: allow configfiles with another delimiter as '='
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -50,11 +50,11 @@ class CConfigFile
|
||||
public:
|
||||
CConfigFile(const char p_delimiter, const bool p_saveDefaults = true);
|
||||
|
||||
bool loadConfig(const char * const filename);
|
||||
bool loadConfig(const std::string & filename);
|
||||
bool loadConfig(const char * const filename, char _delimiter = '=');
|
||||
bool loadConfig(const std::string & filename, char _delimiter = '=');
|
||||
|
||||
bool saveConfig(const char * const filename);
|
||||
bool saveConfig(const std::string & filename);
|
||||
bool saveConfig(const char * const filename, char _delimiter = '=');
|
||||
bool saveConfig(const std::string & filename, char _delimiter = '=');
|
||||
|
||||
void clear();
|
||||
|
||||
|
Reference in New Issue
Block a user