summaryrefslogtreecommitdiff
path: root/ace/TTY_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/TTY_IO.h')
-rw-r--r--ace/TTY_IO.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ace/TTY_IO.h b/ace/TTY_IO.h
index 60f6dc6ba1e..708da7fe31c 100644
--- a/ace/TTY_IO.h
+++ b/ace/TTY_IO.h
@@ -19,6 +19,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_TTY_IO
*
@@ -89,8 +91,8 @@ public:
bool rcvenb;
/** Controls whether DSR is disabled or enabled (Win32). */
bool dsrenb;
- /** Controls whether DTR is disabled or enabled (Win32). */
- int dtrdisable;
+ /** Controls whether DTR is disabled or enabled. */
+ bool dtrdisable;
/** Data bits. Valid values 5, 6, 7 and 8 data bits.
Additionally Win32 supports 4 data bits. */
unsigned char databits;
@@ -107,4 +109,6 @@ public:
#endif /* ACE_NEEDS_DEV_IO_CONVERSION */
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /* ACE_TTY_IO_H */