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