From 89925381a366e1d4d9c7f331aadd8a9783b9c1a9 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Mon, 9 Jul 2001 23:48:07 +0000 Subject: ChangeLogTag:Mon Jul 9 16:40:02 2001 Ossama Othman --- ace/Dirent_Selector.inl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'ace/Dirent_Selector.inl') 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]; } -- cgit v1.2.1