os_inttypes.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    os_inttypes.h
00006  *
00007  *  fixed size integer types
00008  *
00009  *  $Id: os_inttypes.h 80826 2008-03-04 14:51:23Z wotte $
00010  *
00011  *  @author Don Hinton <dhinton@dresystems.com>
00012  *  @author This code was originally in various places including ace/OS.h.
00013  */
00014 //=============================================================================
00015 
00016 #ifndef ACE_OS_INCLUDE_OS_INTTYPES_H
00017 #define ACE_OS_INCLUDE_OS_INTTYPES_H
00018 
00019 #include /**/ "ace/pre.h"
00020 
00021 #include "ace/config-lite.h"
00022 
00023 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00024 # pragma once
00025 #endif /* ACE_LACKS_PRAGMA_ONCE */
00026 
00027 #include "ace/os_include/os_stdint.h"
00028 
00029 #if !defined (ACE_LACKS_INTTYPES_H)
00030 # include /**/ <inttypes.h>
00031 #endif /* !ACE_LACKS_INTTYPES_H */
00032 
00033 // Place all additions (especially function declarations) within extern "C" {}
00034 #ifdef __cplusplus
00035 extern "C"
00036 {
00037 #endif /* __cplusplus */
00038 
00039 // @todo if needbe, we can define the macros if they aren't available.
00040 
00041 #ifdef __cplusplus
00042 }
00043 #endif /* __cplusplus */
00044 
00045 #include /**/ "ace/post.h"
00046 #endif /* ACE_OS_INCLUDE_OS_INTTYPES_H */

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