summaryrefslogtreecommitdiff
path: root/ace/TTY_IO.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-07 07:45:57 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-07 07:45:57 +0000
commit9cf699859a5763960714e5c56211662089cecbea (patch)
tree17d838ced4c83cc133f29396f4d73525ae1ca5ed /ace/TTY_IO.h
parentbc02a5b312f6c2b9d6c2e682e523dabe90eee3ce (diff)
downloadATCD-9cf699859a5763960714e5c56211662089cecbea.tar.gz
.
Diffstat (limited to 'ace/TTY_IO.h')
-rw-r--r--ace/TTY_IO.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/TTY_IO.h b/ace/TTY_IO.h
index 82d1d25abb5..404ffaa9b12 100644
--- a/ace/TTY_IO.h
+++ b/ace/TTY_IO.h
@@ -52,7 +52,7 @@ public:
{
int baudrate;
int parityenb;
- char *paritymode;
+ const char *paritymode;
int databits;
int stopbits;
int readtimeoutmsec;
@@ -60,7 +60,8 @@ public:
int rcvenb;
};
- int control (Control_Mode cmd, Serial_Params * arg) const;
+ int control (Control_Mode cmd,
+ Serial_Params *arg) const;
// Interface for reading/writing serial device parameters.
#if defined (ACE_NEEDS_DEV_IO_CONVERSION)