summaryrefslogtreecommitdiff
path: root/ace/Stream.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2004-08-13 23:49:36 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2004-08-13 23:49:36 +0000
commit7532ecbaf73fa4b42f398ed8a005de72d243b43a (patch)
tree1bdddcce79353d460d5a4c5f5d0129bf0639ce58 /ace/Stream.h
parenta8c03a49968d3e361a88d574ce065ecd64863a59 (diff)
downloadATCD-7532ecbaf73fa4b42f398ed8a005de72d243b43a.tar.gz
ChangeLogTag:Fri Aug 13 16:17:32 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Diffstat (limited to 'ace/Stream.h')
-rw-r--r--ace/Stream.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Stream.h b/ace/Stream.h
index c5fe5787e21..fed079368e4 100644
--- a/ace/Stream.h
+++ b/ace/Stream.h
@@ -85,10 +85,14 @@ public:
// = ACE_Stream plumbing operations
- /// Add a new module <mod> right below the Stream head.
+ /// Add a new module <mod> right below the Stream head. The
+ /// <open()> hook methods of the <ACE_Tasks> in this <ACE_Module>
+ /// are invoked to initialize the tasks.
virtual int push (ACE_Module<ACE_SYNCH_USE> *mod);
/// Remove the <mod> right below the Stream head and close it down.
+ // The <close()> hook methods of the <ACE_Tasks> in this <ACE_Module>
+ /// are invoked to cleanup the tasks.
virtual int pop (int flags = M_DELETE);
/// Return the top module on the stream (right below the stream