os_loadavg.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    os_loadavg.h
00006  *
00007  *  loadavg functions
00008  *
00009  *  os_loadavg.h,v 1.1 2004/08/25 07:06:20 jwillemsen Exp
00010  *
00011  *  @author Johnny Willemsen  <jwillemsen@remedy.nl>
00012  */
00013 //=============================================================================
00014 
00015 #ifndef ACE_OS_INCLUDE_SYS_OS_LOADAVG_H
00016 #define ACE_OS_INCLUDE_SYS_OS_LOADAVG_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_LOADAVG_H)
00027 # include /**/ <sys/loadavg.h>
00028 #endif /* ACE_HAS_SYS_LOADAVG_H */
00029 
00030 // Place all additions (especially function declarations) within extern "C" {}
00031 #ifdef __cplusplus
00032 extern "C"
00033 {
00034 #endif /* __cplusplus */
00035 
00036 #ifdef __cplusplus
00037 }
00038 #endif /* __cplusplus */
00039 
00040 #include /**/ "ace/post.h"
00041 #endif /* ACE_OS_INCLUDE_SYS_OS_LOADAVG_H */

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