summaryrefslogtreecommitdiff
path: root/ace/Stream.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-09-28 20:53:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-09-28 20:53:29 +0000
commit20b75388e4650510b15dedf1a2a5e6b6d4a24a33 (patch)
treebe179b8ebea7eff4cb1476ccdfcafe8ec5d5323f /ace/Stream.h
parent2eb6fa571d90425c71cf1110dd4b06128bb8655c (diff)
downloadATCD-20b75388e4650510b15dedf1a2a5e6b6d4a24a33.tar.gz
ChangeLogTag:Thu Sep 28 15:49:00 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Stream.h')
-rw-r--r--ace/Stream.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ace/Stream.h b/ace/Stream.h
index 20b5b8b6869..81d073ae848 100644
--- a/ace/Stream.h
+++ b/ace/Stream.h
@@ -10,7 +10,7 @@
// Stream.h
//
// = AUTHOR
-// Doug Schmidt
+// Doug Schmidt <schmidt@uci.edu>
//
// ============================================================================
@@ -125,15 +125,15 @@ public:
virtual int put (ACE_Message_Block *mb,
ACE_Time_Value *timeout = 0);
// Send the message <mb> down the stream, starting at the Module
- // below the Stream head. Wait for upto <timeout> amount of time
- // for the operation to complete (or block forever if <timeout> ==
- // 0).
+ // below the Stream head. Wait for upto <timeout> amount of
+ // absolute time for the operation to complete (or block forever if
+ // <timeout> == 0).
virtual int get (ACE_Message_Block *&mb,
ACE_Time_Value *timeout = 0);
// Read the message <mb> that is stored in the the stream head.
- // Wait for upto <timeout> amount of time for the operation to
- // complete (or block forever if <timeout> == 0).
+ // Wait for upto <timeout> amount of absolute time for the operation
+ // to complete (or block forever if <timeout> == 0).
virtual int control (ACE_IO_Cntl_Msg::ACE_IO_Cntl_Cmds cmd,
void *args);