#include "config.h" Config::Config(): m_dataPath{"/var/lib/whiteboard"} { // TODO: read /etc/whiteboard.conf xml } std::string Config::getDataPath() { return m_dataPath; }