mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
nhttpd add some new configfile handling
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@543 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: c091ba4db3
Author: yjogol <yjogol2@online.de>
Date: 2010-04-12 (Mon, 12 Apr 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -30,13 +30,12 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
typedef std::map<std::string, std::string> ConfigDataMap;
|
||||
|
||||
class CConfigFile
|
||||
{
|
||||
private:
|
||||
|
||||
typedef std::map<std::string, std::string> ConfigDataMap;
|
||||
|
||||
ConfigDataMap configData;
|
||||
char delimiter;
|
||||
bool saveDefaults;
|
||||
@@ -106,6 +105,7 @@ class CConfigFile
|
||||
bool getUnknownKeyQueryedFlag() const { return unknownKeyQueryedFlag; }
|
||||
void setUnknownKeyQueryedFlag(const bool val) { unknownKeyQueryedFlag = val; }
|
||||
|
||||
ConfigDataMap getConfigDataMap(){ return configData; }
|
||||
};
|
||||
|
||||
#endif /* __configfile_h__ */
|
||||
|
Reference in New Issue
Block a user