summaryrefslogtreecommitdiff
path: root/ace/Dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Dirent.h')
-rw-r--r--ace/Dirent.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Dirent.h b/ace/Dirent.h
index 0764011cd4d..cfe10038f69 100644
--- a/ace/Dirent.h
+++ b/ace/Dirent.h
@@ -6,12 +6,14 @@
*
* $Id$
*
- * Define a portable C++ interface to <ACE_OS_Dirent> directory-entry manipulation.
+ * Define a portable directory-entry manipulation interface.
+ *
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//=============================================================================
+
#ifndef ACE_DIRENT_H
#define ACE_DIRENT_H
#include "ace/pre.h"
@@ -25,7 +27,7 @@
/**
* @class ACE_Dirent
*
- * @brief Define a portable C++ directory-entry iterator based on the POSIX API.
+ * @brief Define a portable UNIX directory-entry iterator.
*/
class ACE_Export ACE_Dirent
{