From 1fc803f5848357cb5bc5a4ce158780d2b1bc89e8 Mon Sep 17 00:00:00 2001 From: schmidt Date: Fri, 11 May 2001 18:45:20 +0000 Subject: ChangeLogTag:Fri May 11 10:25:00 2001 Douglas C. Schmidt --- ace/Dirent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ace/Dirent.h') diff --git a/ace/Dirent.h b/ace/Dirent.h index d4d09845f44..cfe10038f69 100644 --- a/ace/Dirent.h +++ b/ace/Dirent.h @@ -46,7 +46,7 @@ public: /// Destructor calls . ~ACE_Dirent (void); - /// Closes the directory stream and frees the DIR structure. + /// Closes the directory stream and frees the structure. void close (void); // = Iterator methods. @@ -87,7 +87,7 @@ public: * directory stream. The new position reverts to the position * associated with the directory stream at the time the * operation that provides loc was performed. Values returned by - * are good only for the lifetime of the DIR pointer from + * are good only for the lifetime of the pointer from * which they are derived. If the directory is closed and then * reopened, the value may be invalidated due to * undetected directory compaction. It is safe to use a previous @@ -106,7 +106,7 @@ public: private: /// Pointer to the directory stream. - DIR *dirp_; + ACE_DIR *dirp_; }; #if defined (__ACE_INLINE__) -- cgit v1.2.1