summaryrefslogtreecommitdiff
path: root/ace/Task.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-12 00:20:30 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-12 00:20:30 +0000
commit41a692e96641cc0ab31afd5deae5d75e2e36b329 (patch)
tree999cac1fc0d882557cdb6ba2a7654ecbc62e7e8a /ace/Task.h
parent4bf793aa69617841e69ee668474572076320dee0 (diff)
downloadATCD-41a692e96641cc0ab31afd5deae5d75e2e36b329.tar.gz
foo
Diffstat (limited to 'ace/Task.h')
-rw-r--r--ace/Task.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Task.h b/ace/Task.h
index dec495683b6..bfa6b552b5b 100644
--- a/ace/Task.h
+++ b/ace/Task.h
@@ -166,14 +166,14 @@ class ACE_Export ACE_Task_Exit
// = TITLE
// Keep exit information for a Task in thread specific storage so
// that the Task::close() method will get called no matter how
- // the thread exits (e.g., via Thread::exit() or by "falling off
- // the end of Task::svc_run").
+ // the thread exits (e.g., via <Thread::exit>, C++ or Win32
+ // exception, "falling off the end" of <Task::svc_run>, etc.).
//
// = DESCRIPTION
// This clever little helper class is stored in thread-specific
- // storage using the ACE_TSS wrapper. When a thread
- // exits the ACE_TSS::cleanup() function calls
- // "delete" on this object, thereby closing it down gracefully.
+ // storage using the <ACE_TSS> wrapper. When a thread exits the
+ // <ACE_TSS::cleanup> function deletes this object, thereby
+ // closing it down gracefully.
{
public:
ACE_Task_Exit (void);