diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-22 02:52:30 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-22 02:52:30 +0000 |
commit | f8e5d94ceae7cbe173a39c0ea993977771cb6c4e (patch) | |
tree | c9586b0b38b8179bc6f92792ce079d1fb5217c0d /ace/os_include/termios.h | |
parent | cac4707bbbf6b80d7e88d84a0e76d2078236445c (diff) | |
download | ATCD-f8e5d94ceae7cbe173a39c0ea993977771cb6c4e.tar.gz |
ChangeLogTag:Thu May 22 02:28:28 UTC 2003 Don Hinton <dhinton@dresystems.com>dre_osh_03
Diffstat (limited to 'ace/os_include/termios.h')
-rw-r--r-- | ace/os_include/termios.h | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/ace/os_include/termios.h b/ace/os_include/termios.h index 0f4c99b0cb7..d67f2dbacef 100644 --- a/ace/os_include/termios.h +++ b/ace/os_include/termios.h @@ -2,19 +2,19 @@ //============================================================================= /** - * @file termios.h + * @file os_termios.h * * define values for termios * * $Id$ * - * @author Don Hinton <dhinton@ieee.org> + * @author Don Hinton <dhinton@dresystems.com> * @author This code was originally in various places including ace/OS.h. */ //============================================================================= -#ifndef ACE_OS_INCLUDE_TERMIOS_H -#define ACE_OS_INCLUDE_TERMIOS_H +#ifndef ACE_OS_INCLUDE_OS_TERMIOS_H +#define ACE_OS_INCLUDE_OS_TERMIOS_H #include "ace/pre.h" @@ -25,8 +25,18 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ #if !defined (ACE_LACKS_TERMIOS_H) -# include /**/ <termios.h> +# include /**/ <termios.h> #endif /* !ACE_LACKS_TERMIOS_H */ +// Place all additions (especially function declarations) within extern "C" {} +#ifdef __cplusplus +extern "C" +{ +#endif /* __cplusplus */ + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #include "ace/post.h" -#endif /* ACE_OS_INCLUDE_TERMIOS_H */ +#endif /* ACE_OS_INCLUDE_OS_TERMIOS_H */ |