Update Application.h

Add missing method declaration
This commit is contained in:
Björn Schramke 2014-10-10 16:12:13 +02:00 committed by Alex Fabijanic
parent 82efad08c2
commit 27d8106599

View File

@ -369,6 +369,7 @@ 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;