summaryrefslogtreecommitdiff
path: root/ace/Dirent.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-09 20:02:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-09 20:02:29 +0000
commit6c84d0a2fa98a540b47f882d204f100e740f887b (patch)
treef5daf4d0718ce49c9614f7ac85c78dc9e1a5e550 /ace/Dirent.h
parent0fa246ac846f553d24158302a91f5ee64bd6a6af (diff)
downloadATCD-6c84d0a2fa98a540b47f882d204f100e740f887b.tar.gz
ChangeLogTag:Mon Jul 9 06:52:09 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Dirent.h')
-rw-r--r--ace/Dirent.h4
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
{