os_spawn.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    os_spawn.h
00006  *
00007  *  spawn (ADVANCED REALTIME)
00008  *
00009  *  os_spawn.h,v 1.3 2004/03/06 05:06:22 bala Exp
00010  *
00011  *  @author Don Hinton <dhinton@dresystems.com>
00012  *  @author This code was originally in various places including ace/OS.h.
00013  */
00014 //=============================================================================
00015 
00016 #ifndef ACE_OS_INCLUDE_OS_SPAWN_H
00017 #define ACE_OS_INCLUDE_OS_SPAWN_H
00018 
00019 #include /**/ "ace/pre.h"
00020 
00021 #include "ace/config-all.h"
00022 
00023 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00024 # pragma once
00025 #endif /* ACE_LACKS_PRAGMA_ONCE */
00026 
00027 #include "ace/os_include/os_signal.h"
00028 #include "ace/os_include/sys/os_types.h"
00029 #include "ace/os_include/os_sched.h"
00030 
00031 #if !defined (ACE_LACKS_SPAWN_H)
00032 # include /**/ <spawn.h>
00033 #endif /* !ACE_LACKS_SPAWN_H */
00034 
00035 // Place all additions (especially function declarations) within extern "C" {}
00036 #ifdef __cplusplus
00037 extern "C"
00038 {
00039 #endif /* __cplusplus */
00040 
00041 #ifdef __cplusplus
00042 }
00043 #endif /* __cplusplus */
00044 
00045 #include /**/ "ace/post.h"
00046 #endif /* ACE_OS_INCLUDE_OS_SPAWN_H */

Generated on Thu Nov 9 09:41:58 2006 for ACE by doxygen 1.3.6