diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-07-09 20:31:18 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-07-09 20:31:18 +0000 |
commit | 858ecb7cb621d2c4e02579b746c5593957304641 (patch) | |
tree | fe55a1a373e4747d0eadcd6202bf46eaa02a819d /ace/Dirent_Selector.cpp | |
parent | 0629cbb2199e032ae6345b9b0642230a788fb42d (diff) | |
download | ATCD-858ecb7cb621d2c4e02579b746c5593957304641.tar.gz |
ChangeLogTag: Mon Jul 9 15:28:29 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'ace/Dirent_Selector.cpp')
-rw-r--r-- | ace/Dirent_Selector.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Dirent_Selector.cpp b/ace/Dirent_Selector.cpp index dce8d7f05ef..bcab72acd26 100644 --- a/ace/Dirent_Selector.cpp +++ b/ace/Dirent_Selector.cpp @@ -3,6 +3,12 @@ #include "ace/OS.h" #include "ace/Dirent_Selector.h" +#if !defined (__ACE_INLINE__) +#include "ace/Dirent_Selector.inl" +#endif /* __ACE_INLINE__ */ + +ACE_RCSID(ace, Dirent_Selector, "$Id$") + // Construction/Destruction ACE_Dirent_Selector::ACE_Dirent_Selector (void) |