#include <string>
#include "stg/os_int.h"
+#include "stg/module_settings.h"
-struct MODULE_SETTINGS;
class DOTCONFDocumentNode;
class SETTINGS {
SETTINGS();
~SETTINGS() {}
int Reload() { return 0; }
- void SetConfFile(const std::string cf) { confFile = cf; }
+ void SetConfFile(const std::string & cf) { confFile = cf; }
int ReadSettings();
const std::string & GetStrError() const { return strError; }