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, 2 insertions, 6 deletions
diff --git a/ace/TTY_IO.h b/ace/TTY_IO.h
index 708da7fe31c..60f6dc6ba1e 100644
--- a/ace/TTY_IO.h
+++ b/ace/TTY_IO.h
@@ -19,8 +19,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_TTY_IO
*
@@ -91,8 +89,8 @@ public:
bool rcvenb;
/** Controls whether DSR is disabled or enabled (Win32). */
bool dsrenb;
- /** Controls whether DTR is disabled or enabled. */
- bool dtrdisable;
+ /** Controls whether DTR is disabled or enabled (Win32). */
+ int dtrdisable;
/** Data bits. Valid values 5, 6, 7 and 8 data bits.
Additionally Win32 supports 4 data bits. */
unsigned char databits;
@@ -109,6 +107,4 @@ public:
#endif /* ACE_NEEDS_DEV_IO_CONVERSION */
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_TTY_IO_H */