summaryrefslogtreecommitdiff
path: root/ace/Task.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-14 06:48:14 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-14 06:48:14 +0000
commitf31a5344236f5d2cd98ca436f569f65d7ba3dbb8 (patch)
tree532d1fee3706319d8aecba9175934eddf85a4661 /ace/Task.cpp
parent39be231338839e1b9788fa49d4889f07059e25b8 (diff)
downloadATCD-f31a5344236f5d2cd98ca436f569f65d7ba3dbb8.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Task.cpp')
-rw-r--r--ace/Task.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Task.cpp b/ace/Task.cpp
index e7ea90312f7..81155c17456 100644
--- a/ace/Task.cpp
+++ b/ace/Task.cpp
@@ -27,7 +27,8 @@ ACE_Task_Base::wait (void)
{
ACE_TRACE ("ACE_Task_Base::wait");
- // If we don't have a thread manager, we probably were never activated
+ // If we don't have a thread manager, we probably were never
+ // activated.
if (this->thr_mgr () != 0)
return this->thr_mgr ()->wait_task (this);
else