summaryrefslogtreecommitdiff
path: root/ace/Stream.h
diff options
context:
space:
mode:
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.