os_ctype.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    os_ctype.h
00006  *
00007  *  character types
00008  *
00009  *  $Id: os_ctype.h 74005 2006-08-14 11:30:00Z johnnyw $
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_CTYPE_H
00017 #define ACE_OS_INCLUDE_OS_CTYPE_H
00018 
00019 #include /**/ "ace/pre.h"
00020 
00021 #include /**/ "ace/config-all.h"
00022 
00023 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00024 # pragma once
00025 #endif /* ACE_LACKS_PRAGMA_ONCE */
00026 
00027 #if !defined (ACE_LACKS_CTYPE_H)
00028 # include /**/ <ctype.h>
00029 #endif /* !ACE_LACKS_CTYPE_H */
00030 
00031 // Place all additions (especially function declarations) within extern "C" {}
00032 #ifdef __cplusplus
00033 extern "C"
00034 {
00035 #endif /* __cplusplus */
00036 
00037 // @todo move the is* and is* emulation methods in ACE_OS here
00038 // and let ACE_OS just call them.
00039 
00040 #ifdef __cplusplus
00041 }
00042 #endif /* __cplusplus */
00043 
00044 #include /**/ "ace/post.h"
00045 #endif /* ACE_OS_INCLUDE_OS_CTYPE_H */

Generated on Sun Jan 27 12:05:32 2008 for ACE by doxygen 1.3.6