add new path values (configHome,cacheHome, etc) application config

This commit is contained in:
Björn Schramke 2014-10-09 17:57:56 +02:00 committed by Alex Fabijanic
parent b9259452a9
commit 82efad08c2

View File

@ -369,7 +369,6 @@ private:
void getApplicationPath(Poco::Path& path) const;
void processOptions();
bool findAppConfigFile(const std::string& appName, const std::string& extension, Poco::Path& path) const;
bool findAppConfigFile(const Path& basePath,const std::string& appName, const std::string& extension, Poco::Path& path) const;
typedef Poco::AutoPtr<LayeredConfiguration> ConfigPtr;