summaryrefslogtreecommitdiff
path: root/ace/Utils/Dirent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Utils/Dirent.cpp')
-rw-r--r--ace/Utils/Dirent.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/ace/Utils/Dirent.cpp b/ace/Utils/Dirent.cpp
new file mode 100644
index 00000000000..d8a283a7368
--- /dev/null
+++ b/ace/Utils/Dirent.cpp
@@ -0,0 +1,11 @@
+// $Id$
+
+#include "ace/Dirent.h"
+
+#if !defined (__ACE_INLINE__)
+#include "ace/Dirent.i"
+#else
+#if defined (__hpux) && !defined (__GNUG__)
+static int shut_up_aCC = 0;
+#endif /* HPUX && !g++ */
+#endif /* __ACE_INLINE__ */