summaryrefslogtreecommitdiff
path: root/ace/Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Task.cpp')
-rw-r--r--ace/Task.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Task.cpp b/ace/Task.cpp
index 293bbb187f0..f92df9a2005 100644
--- a/ace/Task.cpp
+++ b/ace/Task.cpp
@@ -13,6 +13,8 @@ ACE_RCSID (ace,
"$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_Task_Base::ACE_Task_Base (ACE_Thread_Manager *thr_man)
: thr_count_ (0),
thr_mgr_ (thr_man),
@@ -272,3 +274,5 @@ ACE_Task_Base::svc_run (void *args)
#endif
return status;
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL