diff options
Diffstat (limited to 'ace/Dirent.h')
-rw-r--r-- | ace/Dirent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Dirent.h b/ace/Dirent.h index 43ce109683d..0764011cd4d 100644 --- a/ace/Dirent.h +++ b/ace/Dirent.h @@ -6,7 +6,7 @@ * * $Id$ * - * Define a portable directory-entry manipulation interface. + * Define a portable C++ interface to <ACE_OS_Dirent> directory-entry manipulation. * * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> */ @@ -25,7 +25,7 @@ /** * @class ACE_Dirent * - * @brief Define a portable UNIX directory-entry iterator. + * @brief Define a portable C++ directory-entry iterator based on the POSIX API. */ class ACE_Export ACE_Dirent { |