diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-04-27 18:30:13 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-04-27 18:30:13 +0000 |
commit | a119e3d4d9d4d2c7bca96f571c1fb8dd3748ff1f (patch) | |
tree | d082c5ebdf98cd12a8e37a0217e3d30b48d39d0a /ace/Task.h | |
parent | c906662834cdd159a11d36ad85886ee67d7bce72 (diff) | |
download | ATCD-a119e3d4d9d4d2c7bca96f571c1fb8dd3748ff1f.tar.gz |
ChangeLogTag: Wed Apr 27 15:31:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Task.h')
-rw-r--r-- | ace/Task.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Task.h b/ace/Task.h index 5b2580cfa9b..9460673d06e 100644 --- a/ace/Task.h +++ b/ace/Task.h @@ -82,7 +82,7 @@ public: virtual int open (void *args = 0); /** - * Hook called from <ACE_Thread_Exit> when during thread exit and from + * Hook called from ACE_Thread_Exit when during thread exit and from * the default implementation 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. @@ -234,14 +234,14 @@ public: size_t thr_count (void) const; /// Atomically decrement the thread count by 1. This should only be - /// called by the <ACE_Thread_Exit> class destructor. + /// called by the ACE_Thread_Exit class destructor. void thr_count_dec (void); /// Routine that runs the service routine as a daemon thread. static ACE_THR_FUNC_RETURN svc_run (void *); /// Cleanup hook that is called when a thread exits to gracefully - /// shutdown an <ACE_Task>. + /// shutdown an ACE_Task. static void cleanup (void *object, void *params); // = Internal data (should be private...). |