summaryrefslogtreecommitdiff
path: root/ace/Task.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-03 00:19:05 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-03 00:19:05 +0000
commit341cbc7c3a474f1b1350076b14c2d60652728a47 (patch)
treebbc69e58be4b9f20d77bce8e4be665b515abdfd8 /ace/Task.h
parentb917f7cb29895c47c3042ca6fa352ab88d837d83 (diff)
downloadATCD-341cbc7c3a474f1b1350076b14c2d60652728a47.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Task.h')
-rw-r--r--ace/Task.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Task.h b/ace/Task.h
index e3a76861d63..905a215f85a 100644
--- a/ace/Task.h
+++ b/ace/Task.h
@@ -164,6 +164,10 @@ public:
// Routine that runs the service routine as a daemon thread.
static void *svc_run (void *);
+ static void cleanup (void *object, void *params);
+ // Cleanup hook that is called when a thread exits to gracefully
+ // shutdown an <ACE_Task>.
+
// = Internal data (should be private...).
// private: