CMS 3D CMS Logo

SubProcess.h

Go to the documentation of this file.
00001 #ifndef CLASSLIB_SYSAPI_SUB_PROCESS_H
00002 # define CLASSLIB_SYSAPI_SUB_PROCESS_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "classlib/sysapi/system.h"
00007 # ifdef _WIN32
00008 #  include <windows.h>
00009 # else
00010 #  include <cerrno>
00011 #  include <unistd.h>
00012 #  if HAVE_SYS_WAIT_H
00013 #   include <sys/wait.h>
00014 #  endif
00015 # endif
00016 
00017 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00018 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00019 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00020 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00021 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00022 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00023 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00024 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00025 
00026 #endif // CLASSLIB_SYSAPI_SUB_PROCESS_H

Generated on Tue Jun 9 17:38:52 2009 for CMSSW by  doxygen 1.5.4