summaryrefslogtreecommitdiff
path: root/ace/Dirent_Selector.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-07-09 23:48:07 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-07-09 23:48:07 +0000
commit89925381a366e1d4d9c7f331aadd8a9783b9c1a9 (patch)
treea799df8d35f23591e8d33cb9065873f8a4ff0a9a /ace/Dirent_Selector.inl
parentc5151f1321456e84d09eb21a4b4ca4f50b78cfc1 (diff)
downloadATCD-89925381a366e1d4d9c7f331aadd8a9783b9c1a9.tar.gz
ChangeLogTag:Mon Jul 9 16:40:02 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Dirent_Selector.inl')
-rw-r--r--ace/Dirent_Selector.inl12
1 files changed, 7 insertions, 5 deletions
diff --git a/ace/Dirent_Selector.inl b/ace/Dirent_Selector.inl
index 2bd4f42e024..577c4db4584 100644
--- a/ace/Dirent_Selector.inl
+++ b/ace/Dirent_Selector.inl
@@ -1,13 +1,15 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
+// $Id$
-ACE_INLINE int
+ACE_INLINE int
ACE_Dirent_Selector::length (void) const
-{
- return n_;
+{
+ return n_;
}
ACE_INLINE dirent *
ACE_Dirent_Selector::operator[] (const int n) const
{
- return this->namelist_[n];
+ return this->namelist_[n];
}