blob: 3683781217db0159497ad7b70c899a9ce24b1610 (
plain)
1
2
3
4
5
6
7
8
9
|
// $Id: OS_TLI.cpp 91286 2010-08-05 09:04:31Z johnnyw $
#include "ace/OS_TLI.h"
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_TLI.inl"
#endif /* !ACE_HAS_INLINED_OSCALLS */
|