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.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/ace/TTY_IO.h b/ace/TTY_IO.h
index 1353bd0eea1..4c0e768a78d 100644
--- a/ace/TTY_IO.h
+++ b/ace/TTY_IO.h
@@ -12,12 +12,13 @@
// = DESCRIPTION
//
// = AUTHOR
-// Douglas C. Schmidt <schmidt@uci.edu>
+// Douglas C. Schmidt
//
// ============================================================================
#ifndef ACE_TTY_IO_H
#define ACE_TTY_IO_H
+#include "ace/pre.h"
#include "ace/OS.h"
@@ -58,11 +59,6 @@ public:
int readtimeoutmsec;
int ctsenb;
int rcvenb;
- int rtsenb; // enable & set rts mode (win32)
- int xinenb; // enable xon/xoff reception
- int xoutenb; // enable xon/xoff transmission
- int xonlim; // min bytes in input buffer before xon
- int xofflim; // max bytes in input buffer before xoff
};
int control (Control_Mode cmd,
@@ -75,4 +71,5 @@ public:
#endif /* ACE_NEEDS_DEV_IO_CONVERSION */
};
+#include "ace/post.h"
#endif /* ACE_TTY_IO_H */