summaryrefslogtreecommitdiff
path: root/ace/Dirent_Selector.inl
blob: 894971076ed34457499bdaf26587dc6ff326af92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- C++ -*-
// $Id$

ACE_INLINE int
ACE_Dirent_Selector::length (void) const
{
  return n_;
}

ACE_INLINE dirent *
ACE_Dirent_Selector::operator[] (const int n) const
{
  return this->namelist_[n];
}