diff options
author | Vincent Richard <[email protected]> | 2004-12-17 16:28:19 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-17 16:28:19 +0000 |
commit | 26940950c3a5d1781ae8f83c0f014b625931187b (patch) | |
tree | 7dec1cf7a6ef4c45f86890d22b5689a788b3ac04 | |
parent | Folder names can not contain '.' in maildirStore::isValidFolderName(). (diff) | |
download | vmime-26940950c3a5d1781ae8f83c0f014b625931187b.tar.gz vmime-26940950c3a5d1781ae8f83c0f014b625931187b.zip |
Updated function doc.
-rw-r--r-- | src/utility/file.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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; }; |