Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / ace / os_include / os_wchar.h
blob62280ad22246c1c70bb4aa03eedc3f0296739338
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_wchar.h
7 * wide-character handling
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_WCHAR_H
15 #define ACE_OS_INCLUDE_OS_WCHAR_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 // ctype.h, string.h, stdarg.h, stdio.h, stdlib.h, time.h
26 #include "ace/os_include/os_stdio.h"
27 #include "ace/os_include/os_stdlib.h"
28 #include "ace/os_include/os_time.h"
29 #include "ace/os_include/os_string.h"
30 #include "ace/os_include/os_ctype.h"
32 #if !defined (ACE_LACKS_WCHAR_H)
33 # include /**/ <wchar.h>
34 #endif /* !ACE_LACKS_WCHAR_H */
36 #include /**/ "ace/post.h"
37 #endif /* ACE_OS_INCLUDE_OS_WCHAR_H */