Updated function doc.

This commit is contained in:
Vincent Richard 2004-12-17 16:28:19 +00:00
parent 36f1ac2922
commit 26940950c3

View File

@ -191,7 +191,8 @@ public:
/** Enumerate files contained in this directory. /** Enumerate files contained in this directory.
* *
* @return file iterator to enumerate files * @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; virtual fileIterator* getFiles() const = 0;
}; };