diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 07:45:57 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 07:45:57 +0000 |
commit | 9cf699859a5763960714e5c56211662089cecbea (patch) | |
tree | 17d838ced4c83cc133f29396f4d73525ae1ca5ed /ace/TTY_IO.h | |
parent | bc02a5b312f6c2b9d6c2e682e523dabe90eee3ce (diff) | |
download | ATCD-9cf699859a5763960714e5c56211662089cecbea.tar.gz |
.
Diffstat (limited to 'ace/TTY_IO.h')
-rw-r--r-- | ace/TTY_IO.h | 5 |
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) |