summaryrefslogtreecommitdiff
path: root/ace/Module.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Module.h')
-rw-r--r--ace/Module.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/ace/Module.h b/ace/Module.h
index a1221241628..f587ef7744f 100644
--- a/ace/Module.h
+++ b/ace/Module.h
@@ -37,19 +37,19 @@ class ACE_Module
public:
enum
{
- M_DELETE_NONE = 0,
- // Indicates that close() should not delete any tasks.
+ M_DELETE_NONE = 0,
+ // Indicates that close() should not delete any tasks.
- M_DELETE_READER = 1,
- // Indicates that close() should delete the writer thread.
+ M_DELETE_READER = 1,
+ // Indicates that close() should delete the writer thread.
- M_DELETE_WRITER = 2,
- // Indicates that close() should delete the reader thread.
+ M_DELETE_WRITER = 2,
+ // Indicates that close() should delete the reader thread.
- M_DELETE = 3
- // Indicates that close() deletes the Tasks. Don't change this
- // value without updating the same enum in class ACE_Stream...
- // The above flags may be or'ed together.
+ M_DELETE = 3
+ // Indicates that close() deletes the Tasks. Don't change this
+ // value without updating the same enum in class ACE_Stream...
+ // The above flags may be or'ed together.
};
// = Initialization and termination methods.