diff options
Diffstat (limited to 'dep/acelite/ace/Dirent.cpp')
-rw-r--r-- | dep/acelite/ace/Dirent.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dep/acelite/ace/Dirent.cpp b/dep/acelite/ace/Dirent.cpp new file mode 100644 index 00000000000..df1290e1e53 --- /dev/null +++ b/dep/acelite/ace/Dirent.cpp @@ -0,0 +1,7 @@ +// $Id: Dirent.cpp 80826 2008-03-04 14:51:23Z wotte $ + +#include "ace/Dirent.h" + +#if !defined (__ACE_INLINE__) +#include "ace/Dirent.inl" +#endif /* __ACE_INLINE__ */ |