Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / ace / os_include / os_termios.h
blobd16476497ae31c46e6a7610dda4a0b42db826468
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_termios.h
7 * define values for termios
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_TERMIOS_H
15 #define ACE_OS_INCLUDE_OS_TERMIOS_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 #if !defined (ACE_LACKS_TERMIOS_H)
26 # include /**/ <termios.h>
27 #endif /* !ACE_LACKS_TERMIOS_H */
29 #include /**/ "ace/post.h"
30 #endif /* ACE_OS_INCLUDE_OS_TERMIOS_H */