summaryrefslogtreecommitdiff
path: root/ace/Module.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-28 19:31:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-28 19:31:56 +0000
commit5e39b74c3bf1739e08286d6bfd082e387333b2de (patch)
tree6bec337fb3d2ce44aff3a4d61d87ae6f4a352146 /ace/Module.h
parent907accd3ebb62e786a06a83c419b22380b209385 (diff)
downloadATCD-5e39b74c3bf1739e08286d6bfd082e387333b2de.tar.gz
foo
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.