summaryrefslogtreecommitdiff
path: root/ace/OS_NS_sys_shm.cpp
blob: 33474349f7f7325c5ca9e42fce2357ecdab59568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- C++ -*-
// $Id$

#include "ace/OS_NS_sys_shm.h"

ACE_RCSID(ace, OS_NS_sys_shm, "$Id$")

#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_shm.inl"
#endif /* ACE_HAS_INLINED_OS_CALLS */

// these don't appear to be used anywhere. dhinton
#if defined(INTEGRITY) && defined(ACE_HAS_SHM_OPEN)
char* shm_area_name = "ACE_Area";
char* shm_area_password = "******";
#endif