diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-28 19:31:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-28 19:31:56 +0000 |
commit | ccf05f911c8d83e213316d12d6fcd1aeb6e1cc07 (patch) | |
tree | 6bec337fb3d2ce44aff3a4d61d87ae6f4a352146 /ace/Module.h | |
parent | 452d022ad17b5455b1e53fe10281ee35e5df9f2e (diff) | |
download | ATCD-ccf05f911c8d83e213316d12d6fcd1aeb6e1cc07.tar.gz |
foo
Diffstat (limited to 'ace/Module.h')
-rw-r--r-- | ace/Module.h | 20 |
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. |