diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-29 21:31:41 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-29 21:31:41 +0100 |
commit | ea99528bdefdeb6ab0b0b8bc2a87ab52f2b5169c (patch) | |
tree | f3a1eb47390df7e6449643c5b8f30514fa1810a5 /src/plugins/filesystem/FileLocator.hpp | |
parent | 1a831356eee562451c8ce85654ec3b650658e7f9 (diff) |
further attempts on making the main program work. Had to add a method for handling absolute paths in FileLocator for that.
Diffstat (limited to 'src/plugins/filesystem/FileLocator.hpp')
-rw-r--r-- | src/plugins/filesystem/FileLocator.hpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/filesystem/FileLocator.hpp b/src/plugins/filesystem/FileLocator.hpp index 16fa3f7..1c3e494 100644 --- a/src/plugins/filesystem/FileLocator.hpp +++ b/src/plugins/filesystem/FileLocator.hpp @@ -38,12 +38,11 @@ namespace ousia { /** - * A ResourceLocator is a class able to locate resources in some way, usually - * on the hard drive. + * @file FileLocator.hpp + * + * This is a FileLocator employing the boost path class for file finding. * - * We specify this as an abstract superclass to have an interface layer between - * the program core and possible future extensions in terms of resource - * locations (e.g. online resources, .zip files, etc.). + * @author Benjamin Paassen - bpaassen@techfak.uni-bielefeld.de */ class FileLocator : public ResourceLocator { public: |