diff options
Diffstat (limited to 'dep/src/ace/OS_TLI.cpp')
-rw-r--r-- | dep/src/ace/OS_TLI.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dep/src/ace/OS_TLI.cpp b/dep/src/ace/OS_TLI.cpp new file mode 100644 index 00000000000..c2754b7b36d --- /dev/null +++ b/dep/src/ace/OS_TLI.cpp @@ -0,0 +1,10 @@ +// $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 */ + |