00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 #ifndef ACE_OS_INCLUDE_OS_BYTESWAP_H
00016 #define ACE_OS_INCLUDE_OS_BYTESWAP_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 
00025 
00026 #if defined (ACE_HAS_BYTESWAP_H)
00027 # include  <byteswap.h>
00028 #endif 
00029 
00030 
00031 #ifdef __cplusplus
00032 extern "C"
00033 {
00034 #endif 
00035 
00036 #ifdef __cplusplus
00037 }
00038 #endif 
00039 
00040 #include  "ace/post.h"
00041 #endif