From ea99528bdefdeb6ab0b0b8bc2a87ab52f2b5169c Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Thu, 29 Jan 2015 21:31:41 +0100 Subject: further attempts on making the main program work. Had to add a method for handling absolute paths in FileLocator for that. --- src/plugins/filesystem/FileLocator.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/plugins/filesystem/FileLocator.hpp') 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: -- cgit v1.2.3