summaryrefslogtreecommitdiff
path: root/ace/Stream.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit6d4337a975f11f01dcfd9b827be431fba0280768 (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Stream.h
parentfaed5414aa90953190faaaacc4051b5f13d94dc1 (diff)
downloadATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Stream.h')
-rw-r--r--ace/Stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Stream.h b/ace/Stream.h
index 58fd26c2b61..a7c2df28139 100644
--- a/ace/Stream.h
+++ b/ace/Stream.h
@@ -63,7 +63,7 @@ public:
// Create a Stream consisting of <head> and <tail> as the Stream
// head and Stream tail, respectively. If these are 0 then the
// <ACE_Stream_Head> and <ACE_Stream_Tail> are used, respectively.
- // <arg> is the value past in to the open() methods of the tasks.
+ // <arg> is the value past in to the <open> methods of the tasks.
virtual int open (void *arg,
ACE_Module<ACE_SYNCH_USE> *head = 0,
@@ -71,7 +71,7 @@ public:
// Create a Stream consisting of <head> and <tail> as the Stream
// head and Stream tail, respectively. If these are 0 then the
// <ACE_Stream_Head> and <ACE_Stream_Tail> are used, respectively.
- // <arg> is the value past in to the open() methods of the tasks.
+ // <arg> is the value past in to the <open> methods of the tasks.
virtual int close (int flags = M_DELETE);
// Close down the stream and release all the resources.
@@ -94,7 +94,7 @@ public:
virtual int remove (const ASYS_TCHAR *mod,
int flags = M_DELETE);
// Remove the named module <mod> from the stream. This bypasses the
- // strict LIFO ordering of push() and pop().
+ // strict LIFO ordering of <push> and <pop>.
virtual ACE_Module<ACE_SYNCH_USE> *head (void);
// Return current stream head.