#ifndef ConfFilesH
#define ConfFilesH
-#include <sys/types.h>
-#include <stdio.h>
+
#include <map>
#include <string>
using namespace std;
//---------------------------------------------------------------------------
-//#define CONF_STR_LEN 300
-//typedef char STRING[CONF_STR_LEN];
typedef bool (*StringCaseCmp_t)(const string & str1, const string & str2);
int ReadString(const string & param, char * val, int * maxLen, const char * defaultVal) const;
int ReadString(const string & param, string * val, const string & defaultVal) const;
- int FindParameter(const string ¶meter, string * value) const;
-
int ReadTime (const string & param, time_t *, time_t) const;
int ReadShortInt (const string & param, short int *, short int) const;