summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Thread_Adapter.cpp')
-rw-r--r--ACE/ace/Thread_Adapter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/Thread_Adapter.cpp b/ACE/ace/Thread_Adapter.cpp
index ca9749eabf6..905eefddcac 100644
--- a/ACE/ace/Thread_Adapter.cpp
+++ b/ACE/ace/Thread_Adapter.cpp
@@ -42,6 +42,8 @@ ACE_Thread_Adapter::~ACE_Thread_Adapter (void)
{
}
+ACE_ALLOC_HOOK_DEFINE(ACE_Thread_Adapter);
+
ACE_THR_FUNC_RETURN
ACE_Thread_Adapter::invoke (void)
{