summaryrefslogtreecommitdiff
path: root/ace/Task.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-28 07:14:18 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-28 07:14:18 +0000
commitad66c757e62495734e28c3f3bbc33a9fd29217d3 (patch)
treeb679cecc050588c642722e7dffd780ed81a442eb /ace/Task.cpp
parentd395a38d42932c86ebef82468f58c03b3529363e (diff)
downloadATCD-ad66c757e62495734e28c3f3bbc33a9fd29217d3.tar.gz
yow
Diffstat (limited to 'ace/Task.cpp')
-rw-r--r--ace/Task.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Task.cpp b/ace/Task.cpp
index dcdc13a74a0..b61699c8213 100644
--- a/ace/Task.cpp
+++ b/ace/Task.cpp
@@ -118,7 +118,7 @@ ACE_Task_Base::ACE_Task_Base (ACE_Thread_Manager *thr_man)
}
// Get the current group id.
-ACE_INLINE int
+int
ACE_Task_Base::grp_id (void)
{
ACE_TRACE ("ACE_Task_Base::grp_id");
@@ -127,7 +127,7 @@ ACE_Task_Base::grp_id (void)
}
// Set the current group id.
-ACE_INLINE void
+void
ACE_Task_Base::grp_id (int id)
{
ACE_TRACE ("ACE_Task_Base::grp_id");
@@ -184,7 +184,7 @@ ACE_Task_Base::activate (long flags,
this->thr_mgr_ = ACE_Service_Config::thr_mgr ();
this->grp_id_ = this->thr_mgr_->spawn_n (n_threads,
- &ACE_Task_Base::svc_run,
+ ACE_THR_FUNC (&ACE_Task_Base::svc_run),
(void *) this,
flags,
priority,