os_sysinfo.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    os_sysinfo.h
00006  *
00007  *  $Id: os_sysinfo.h 81692 2008-05-14 12:25:02Z johnnyw $
00008  *
00009  *  @author Johnny Willemsen  <jwillemsen@remedy.nl>
00010  */
00011 //=============================================================================
00012 
00013 #ifndef ACE_OS_INCLUDE_SYS_OS_SYSINFO_H
00014 #define ACE_OS_INCLUDE_SYS_OS_SYSINFO_H
00015 
00016 #include /**/ "ace/pre.h"
00017 
00018 #include "ace/config-lite.h"
00019 
00020 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00021 # pragma once
00022 #endif /* ACE_LACKS_PRAGMA_ONCE */
00023 
00024 #if defined (ACE_HAS_SYS_SYSINFO_H)
00025 #  include /**/ <sys/sysinfo.h>
00026 #endif /* ACE_HAS_SYS_SYSINFO_H */
00027 
00028 // Place all additions (especially function declarations) within extern "C" {}
00029 #ifdef __cplusplus
00030 extern "C"
00031 {
00032 #endif /* __cplusplus */
00033 
00034 #ifdef __cplusplus
00035 }
00036 #endif /* __cplusplus */
00037 
00038 #include /**/ "ace/post.h"
00039 #endif /* ACE_OS_INCLUDE_SYS_OS_SYSINFO_H */

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