diff options
Diffstat (limited to 'ace/TTY_IO.h')
-rw-r--r-- | ace/TTY_IO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/TTY_IO.h b/ace/TTY_IO.h index fba33fdc797..678f1ce0ff7 100644 --- a/ace/TTY_IO.h +++ b/ace/TTY_IO.h @@ -25,6 +25,7 @@ #include "ace/DEV_IO.h" class ACE_Export ACE_TTY_IO : public ACE_DEV_IO +{ // = TITLE // Class definitions for platform specific TTY features. // @@ -35,7 +36,6 @@ class ACE_Export ACE_TTY_IO : public ACE_DEV_IO // a special structure (Serial_Params) as argument to allow a // comfortable user interface (away from that annoying termios // structure, which is very specific to UNIX). -{ public: enum Control_Mode { |