Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / os_include / os_spawn.h
blobaf68968375a16c446f944c075989900bf65b194f
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_spawn.h
7 * spawn (ADVANCED REALTIME)
9 * @author Don Hinton <dhinton@dresystems.com>
10 * @author This code was originally in various places including ace/OS.h.
12 //=============================================================================
14 #ifndef ACE_OS_INCLUDE_OS_SPAWN_H
15 #define ACE_OS_INCLUDE_OS_SPAWN_H
17 #include /**/ "ace/pre.h"
19 #include /**/ "ace/config-all.h"
21 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 # pragma once
23 #endif /* ACE_LACKS_PRAGMA_ONCE */
25 #include "ace/os_include/os_signal.h"
26 #include "ace/os_include/sys/os_types.h"
27 #include "ace/os_include/os_sched.h"
29 #if !defined (ACE_LACKS_SPAWN_H)
30 # include /**/ <spawn.h>
31 #endif /* !ACE_LACKS_SPAWN_H */
33 #include /**/ "ace/post.h"
34 #endif /* ACE_OS_INCLUDE_OS_SPAWN_H */