summaryrefslogtreecommitdiff
path: root/ace/Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Stream.h')
-rw-r--r--ace/Stream.h3
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);