summaryrefslogtreecommitdiff
path: root/ace/Task_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-03-11 16:53:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-03-11 16:53:42 +0000
commitccba84b8a7f64a1869fb33ecbfa1c5321d52a4f6 (patch)
tree3fe1e73150d647f88373e6666e13ec3763b61d25 /ace/Task_T.h
parenta472e925ef22a8423be7c3425674e57a176ba6e5 (diff)
downloadATCD-ccba84b8a7f64a1869fb33ecbfa1c5321d52a4f6.tar.gz
ChangeLogTag:Mon Mar 11 10:28:45 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ace/Task_T.h')
-rw-r--r--ace/Task_T.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Task_T.h b/ace/Task_T.h
index c492dde371a..091ebe982c9 100644
--- a/ace/Task_T.h
+++ b/ace/Task_T.h
@@ -121,9 +121,10 @@ public: // Should be protected:
ACE_Module<ACE_SYNCH_USE> *module (void) const;
/**
- * Flush the queue. Note that if this conflicts with the C++
- * iostream <flush> function, just rewrite the iostream function as
- * ::<flush>.
+ * Flush the queue, i.e., close it down and free all of the enqueued
+ * message blocks and releases any threads blocked on the queue.
+ * Note that if this conflicts with the C++ iostream <flush>
+ * function, just rewrite the iostream function as ::<flush>.
*/
int flush (u_long flag = ACE_Task_Flags::ACE_FLUSHALL);