From 26940950c3a5d1781ae8f83c0f014b625931187b Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 17 Dec 2004 16:28:19 +0000 Subject: [PATCH] Updated function doc. --- src/utility/file.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utility/file.hpp b/src/utility/file.hpp index 941018e1..5ad9aef5 100644 --- a/src/utility/file.hpp +++ b/src/utility/file.hpp @@ -191,7 +191,8 @@ public: /** Enumerate files contained in this directory. * * @return file iterator to enumerate files - * @throw exceptions::not_a_directory if this is not a directory + * @throw exceptions::not_a_directory if this is not a directory, + * exceptions::filesystem_exception if another error occurs */ virtual fileIterator* getFiles() const = 0; };