summaryrefslogtreecommitdiff
path: root/ace/Module.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Module.h')
-rw-r--r--ace/Module.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Module.h b/ace/Module.h
index d2bd2c608f0..6370b6478c9 100644
--- a/ace/Module.h
+++ b/ace/Module.h
@@ -38,13 +38,13 @@ public:
enum
{
M_DELETE_NONE = 0,
- // Indicates that close() should not delete any tasks.
+ // Indicates that close() should not delete any Tasks.
M_DELETE_READER = 1,
- // Indicates that close() should delete the writer thread.
+ // Indicates that close() should delete the writer Task.
M_DELETE_WRITER = 2,
- // Indicates that close() should delete the reader thread.
+ // Indicates that close() should delete the reader Task.
M_DELETE = 3
// Indicates that close() deletes the Tasks. Don't change this