blob: 5dae2c598a558f908bd89cce3aa1961452a7df02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// $Id$
#include "ace/OS_Memory.h"
ACE_RCSID(ace, OS_Memory, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_Memory.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 */
|