summaryrefslogtreecommitdiff
path: root/ace/Task.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-11 05:45:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-11 05:45:06 +0000
commit193715cd8b71cb19e61efb88640c4ec0cc7c1d39 (patch)
tree3419f3b7ffc57ba969b31bedef30a6ff899f8765 /ace/Task.h
parentfe9dda669321b0ac9a7b13f4af4b5d273b2644fc (diff)
downloadATCD-193715cd8b71cb19e61efb88640c4ec0cc7c1d39.tar.gz
ChangeLogTag: Thu Apr 11 07:39:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Task.h')
-rw-r--r--ace/Task.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ace/Task.h b/ace/Task.h
index 3657b8220c4..0f3d7407a18 100644
--- a/ace/Task.h
+++ b/ace/Task.h
@@ -43,11 +43,11 @@ public:
ACE_FLUSHDATA = 02,
/// Flush all messages in the Queue.
ACE_FLUSHALL = 04,
- /// flush read queue
+ /// Flush read queue
ACE_FLUSHR = 010,
- /// flush write queue
+ /// Flush write queue
ACE_FLUSHW = 020,
- /// flush both queues
+ /// Flush both queues
ACE_FLUSHRW = 030
};
};
@@ -83,7 +83,7 @@ public:
/**
* Hook called from <ACE_Thread_Exit> when during thread exit and from
- * the default implemenation of <module_closed>. In general, this
+ * the default implementation of <module_closed>. In general, this
* method shouldn't be called directly by an application,
* particularly if the <Task> is running as an Active Object.
* Instead, a special message should be passed into the <Task> via
@@ -155,7 +155,7 @@ public:
* handles being spawned. Returns -1 on failure (<errno> will
* explain...), otherwise returns the group id of the threads.
*
- * Assigning <task> allows you to associate the newly spwaned
+ * Assigning <task> allows you to associate the newly spawned
* threads with an instance of ACE_Task_Base. If <task> == 0, then
* the new threads are associated automatically with <this>
* ACE_Task_Base. Setting the <task> argument to value other than
@@ -199,7 +199,7 @@ public:
/// Set the current group id.
void grp_id (int);
- /// Gets the thread manager associated with this Task.
+ /// Get the thread manager associated with this Task.
ACE_Thread_Manager *thr_mgr (void) const;
/// Set the thread manager associated with this Task.