summaryrefslogtreecommitdiff
path: root/ace/Thread_Adapter.cpp
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-12-17 13:07:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-12-17 13:07:45 +0000
commit997adbeb70b80be9ea8a16090867a44811f30989 (patch)
tree144fd0fbaf7421721a55d2e9cccf84f773caa912 /ace/Thread_Adapter.cpp
parent8be2bb54c9b75113814bd222872f5ca7c92c188d (diff)
downloadATCD-997adbeb70b80be9ea8a16090867a44811f30989.tar.gz
ChangeLogTag: Tue Dec 17 07:03:40 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ace/Thread_Adapter.cpp')
-rw-r--r--ace/Thread_Adapter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Thread_Adapter.cpp b/ace/Thread_Adapter.cpp
index 7647112fe6c..0fef397baf2 100644
--- a/ace/Thread_Adapter.cpp
+++ b/ace/Thread_Adapter.cpp
@@ -97,8 +97,8 @@ ACE_THR_FUNC_RETURN
ACE_Thread_Adapter::invoke_i (void)
{
// Extract the arguments.
- ACE_THR_FUNC_INTERNAL func = ACE_reinterpret_cast (ACE_THR_FUNC_INTERNAL,
- this->user_func_);
+ ACE_THR_FUNC func = ACE_reinterpret_cast (ACE_THR_FUNC,
+ this->user_func_);
void *arg = this->arg_;
#if defined (ACE_WIN32) && defined (ACE_HAS_MFC) && (ACE_HAS_MFC != 0)