summaryrefslogtreecommitdiff
path: root/ace/Task.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-07-30 18:03:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-07-30 18:03:45 +0000
commitb5ecef0fe2c05a5bf162097639fa00c9469c0041 (patch)
tree31deedbb83e65cca7d09ac77ca705e5ebbb44d1f /ace/Task.h
parente94b9730b50ef294c98714e0fade8dd4903a7058 (diff)
downloadATCD-b5ecef0fe2c05a5bf162097639fa00c9469c0041.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Task.h')
-rw-r--r--ace/Task.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Task.h b/ace/Task.h
index d116250a5c4..a6e05cb6f65 100644
--- a/ace/Task.h
+++ b/ace/Task.h
@@ -69,7 +69,7 @@ public:
// information into <open>.
virtual int close (u_long flags = 0);
- // Hook called from <ACE_Task_Exit> when during thread exit and from
+ // Hook called from <ACE_Thread_Exit> when during thread exit and from
// the default implemenation of <module_closed>. In general, this
// method shouldn't be called directly by an application,
// particularly if the <Task> is running as an Active Object.
@@ -82,7 +82,7 @@ public:
// implementation calls forwards the call to close(1). Please
// notice the changed value of the default argument of close().
// This allows tasks to differ between the call has been originated
- // from <ACE_Task_Exit> or from <module_closed>. Be aware that
+ // from <ACE_Thread_Exit> or from <module_closed>. Be aware that
// close(0) will be also called when a thread associated with the
// ACE_Task instance exits.
@@ -175,7 +175,7 @@ public:
void thr_count_dec (void);
// Atomically decrement the thread count by 1. This should only be
- // called by the <ACE_Task_Exit> class destructor.
+ // called by the <ACE_Thread_Exit> class destructor.
static void *svc_run (void *);
// Routine that runs the service routine as a daemon thread.