diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-15 03:00:52 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-15 03:00:52 +0000 |
commit | fee951cea2abb0770870fb273d21b4cbe06f20d2 (patch) | |
tree | 419f029ad1b04cdecd8147b71e4b992e9e1342dc /ace/Stream.h | |
parent | d4e30a27d69fe8e2d297688931a15abdac933da8 (diff) | |
download | ATCD-fee951cea2abb0770870fb273d21b4cbe06f20d2.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Stream.h')
-rw-r--r-- | ace/Stream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Stream.h b/ace/Stream.h index 2d81e618a0b..d0a9a2addeb 100644 --- a/ace/Stream.h +++ b/ace/Stream.h @@ -114,7 +114,8 @@ public: // Wait for upto <timeout> amount of time for the operation to // complete (or block forever if <timeout> == 0). - int control (ACE_IO_Cntl_Msg::ACE_IO_Cntl_Cmds cmd, void *args); + int control (ACE_IO_Cntl_Msg::ACE_IO_Cntl_Cmds cmd, + void *args); // Send control message down the stream. int wait (void); |