blob: 0a8ad8269cc5b8a28a3131cc58f02e4ef7d680a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */
|