os_kstat.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    os_kstat.h
00006  *
00007  *  $Id: os_kstat.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_OS_KSTAT_H
00014 #define ACE_OS_INCLUDE_OS_KSTAT_H
00015 
00016 #include /**/ "ace/pre.h"
00017 
00018 #include /**/ "ace/config-all.h"
00019 
00020 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00021 # pragma once
00022 #endif /* ACE_LACKS_PRAGMA_ONCE */
00023 
00024 #if defined (ACE_HAS_KSTAT)
00025 # define ACE_HAS_KSTAT_H
00026 #endif /* ACE_HAS_KSTAT */
00027 
00028 #if defined (ACE_HAS_KSTAT_H)
00029 # include <kstat.h>
00030 #endif /* ACE_HAS_KSTAT_H */
00031 
00032 // Place all additions (especially function declarations) within extern "C" {}
00033 #ifdef __cplusplus
00034 extern "C"
00035 {
00036 #endif /* __cplusplus */
00037 
00038 #ifdef __cplusplus
00039 }
00040 #endif /* __cplusplus */
00041 
00042 #include /**/ "ace/post.h"
00043 #endif /* ACE_OS_INCLUDE_OS_KSTAT_H */

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