summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-09 18:13:35 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-09 18:13:35 (GMT)
commit3de4268ade36c9292a88b1da7604748a87c65777 (patch)
treeec64d31cbc5aa9adf3294c36eebb5b5919db6f21 /Swiften/Application/Application.h
parentd05ac626d89c0d4ef91a972b9927d248c1e48b79 (diff)
downloadswift-3de4268ade36c9292a88b1da7604748a87c65777.zip
swift-3de4268ade36c9292a88b1da7604748a87c65777.tar.bz2
Added Application::getProfileDir().
Diffstat (limited to 'Swiften/Application/Application.h')
-rw-r--r--Swiften/Application/Application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Application/Application.h b/Swiften/Application/Application.h
index 4900107..4fda7af 100644
--- a/Swiften/Application/Application.h
+++ b/Swiften/Application/Application.h
@@ -16,6 +16,7 @@ namespace Swift {
boost::filesystem::path getSettingsFileName() const;
boost::filesystem::path getHomeDir() const;
virtual boost::filesystem::path getSettingsDir() const = 0;
+ boost::filesystem::path getProfileDir(const String& profile) const;
const String& getName() const {
return name_;