os_pstat.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    os_pstat.h
00006  *
00007  *  pstat functions
00008  *
00009  *  $Id: os_pstat.h 80826 2008-03-04 14:51:23Z wotte $
00010  *
00011  *  @author Johnny Willemsen  <jwillemsen@remedy.nl>
00012  */
00013 //=============================================================================
00014 
00015 #ifndef ACE_OS_INCLUDE_SYS_OS_PSTAT_H
00016 #define ACE_OS_INCLUDE_SYS_OS_PSTAT_H
00017 
00018 #include /**/ "ace/pre.h"
00019 
00020 #include /**/ "ace/config-all.h"
00021 
00022 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00023 # pragma once
00024 #endif /* ACE_LACKS_PRAGMA_ONCE */
00025 
00026 #if defined (ACE_HAS_SYS_PSTAT_H)
00027 #  include /**/ <sys/param.h>
00028 #  include /**/ <sys/pstat.h>
00029 #endif /* ACE_HAS_SYS_PSTAT_H */
00030 
00031 // Place all additions (especially function declarations) within extern "C" {}
00032 #ifdef __cplusplus
00033 extern "C"
00034 {
00035 #endif /* __cplusplus */
00036 
00037 #ifdef __cplusplus
00038 }
00039 #endif /* __cplusplus */
00040 
00041 #include /**/ "ace/post.h"
00042 #endif /* ACE_OS_INCLUDE_SYS_OS_PSTAT_H */

Generated on Tue Feb 2 17:18:41 2010 for ACE by  doxygen 1.4.7