21 #ifndef OLAD_OLADAEMON_H_
22 #define OLAD_OLADAEMON_H_
30 #include "ola/io/SelectServer.h"
32 #include "olad/OlaServer.h"
93 std::vector<class PluginLoader*> m_plugin_loaders;
96 std::auto_ptr<class PreferencesFactory> m_preferences_factory;
97 std::auto_ptr<OlaServer> m_server;
99 std::string DefaultConfigDir();
100 bool InitConfigDir(
const std::string &path);
102 static const char OLA_CONFIG_DIR[];
103 static const char CONFIG_DIR_KEY[];
104 static const char UID_KEY[];
105 static const char USER_NAME_KEY[];
106 static const char GID_KEY[];
107 static const char GROUP_NAME_KEY[];
112 #endif // OLAD_OLADAEMON_H_