Restore build on FreeBSD.
[getmangos.git] / dep / ACE_wrappers / ace / OS_String.h
blob2d7aa86ad85086b2440d4a88f166bb67d378c304
1 // -*- C++ -*-
2 //=============================================================================
3 /**
4 * @file OS_String.h
6 * $Id: OS_String.h 80826 2008-03-04 14:51:23Z wotte $
8 * @brief Contains definition of class ACE_OS_String.
10 * @author Doug Schmidt <schmidt@cs.wustl.edu>
11 * @author Jesper S. M|ller <stophph@diku.dk>
12 * @author and a cast of thousands...
14 //=============================================================================
16 #ifndef ACE_OS_STRING_H
17 #define ACE_OS_STRING_H
18 #include /**/ "ace/pre.h"
20 #include /**/ "ace/ACE_export.h"
22 #if !defined (ACE_LACKS_PRAGMA_ONCE)
23 # pragma once
24 #endif /* ACE_LACKS_PRAGMA_ONCE */
26 #include "ace/OS_NS_string.h"
27 #include "ace/OS_NS_strings.h"
28 #include "ace/OS_NS_wchar.h"
29 #include "ace/OS_NS_ctype.h"
31 #include /**/ "ace/post.h"
32 #endif /* ACE_OS_STRING_H */