Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / ace / os_include / os_string.h
blob3de55107cb8ec91113c660e51b6eca48c0e117cd
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_string.h
7 * string operations
9 * @author Don Hinton <dhinton@dresystems.com>
10 * @author This code was originally in various places including ace/OS.h.
12 //=============================================================================
14 #ifndef ACE_OS_INCLUDE_OS_STRING_H
15 #define ACE_OS_INCLUDE_OS_STRING_H
17 #include /**/ "ace/pre.h"
19 #include /**/ "ace/config-all.h"
21 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 # pragma once
23 #endif /* ACE_LACKS_PRAGMA_ONCE */
25 #include "ace/os_include/os_stddef.h"
26 #include /**/ <string.h>
28 #include /**/ "ace/post.h"
29 #endif /* ACE_OS_INCLUDE_OS_STRING_H */