00001 // -*- C++ -*- 00002 //============================================================================= 00003 /** 00004 * @file OS_String.h 00005 * 00006 * $Id: OS_String.h 74005 2006-08-14 11:30:00Z johnnyw $ 00007 * 00008 * @brief Contains definition of class ACE_OS_String. 00009 * 00010 * @author Doug Schmidt <schmidt@cs.wustl.edu> 00011 * @author Jesper S. M|ller <stophph@diku.dk> 00012 * @author and a cast of thousands... 00013 */ 00014 //============================================================================= 00015 00016 #ifndef ACE_OS_STRING_H 00017 #define ACE_OS_STRING_H 00018 #include /**/ "ace/pre.h" 00019 00020 #include /**/ "ace/ACE_export.h" 00021 00022 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00023 # pragma once 00024 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00025 00026 #include "ace/OS_NS_string.h" 00027 #include "ace/OS_NS_strings.h" 00028 #include "ace/OS_NS_wchar.h" 00029 #include "ace/OS_NS_ctype.h" 00030 00031 #include /**/ "ace/post.h" 00032 #endif /* ACE_OS_STRING_H */