summaryrefslogtreecommitdiff
path: root/ace/OS_TLI.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-07 03:07:34 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-07 03:07:34 +0000
commitae997b821b21cdf09e0a01f23269954ce5cd6b63 (patch)
treef8ef9d1c5c078e650baede8852b9103ed2abf6a7 /ace/OS_TLI.cpp
parentea96eb48f5c0f3ebd3574b1b9b66a817f07fb5f3 (diff)
downloadATCD-ae997b821b21cdf09e0a01f23269954ce5cd6b63.tar.gz
ChangeLogTag:Tue Jun 6 20:02:18 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/OS_TLI.cpp')
-rw-r--r--ace/OS_TLI.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/ace/OS_TLI.cpp b/ace/OS_TLI.cpp
new file mode 100644
index 00000000000..0a8ad8269cc
--- /dev/null
+++ b/ace/OS_TLI.cpp
@@ -0,0 +1,13 @@
+// $Id$
+
+#include "ace/OS_TLI.h"
+
+ACE_RCSID(ace, OS_TLI, "$Id$")
+
+#if !defined (ACE_HAS_INLINED_OSCALLS)
+# include "ace/OS_TLI.inl"
+#else /* !ACE_HAS_INLINED_OSCALLS */
+#if defined (__hpux) && !defined (__GNUG__)
+static int shut_up_aCC = 0;
+#endif /* HPUX && !g++ */
+#endif /* !ACE_HAS_INLINED_OS_CALLS */