diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-10 01:51:00 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-10 01:51:00 +0000 |
commit | a669fa722fa3c2225c36ffc810524579d8ed8f2b (patch) | |
tree | 3fb247d00152d19d4ee13fd8362273507f1bc91b /examples/Threads | |
parent | 7eb35969810e7677b0b219dbb100ddf5ca6f7626 (diff) | |
download | ATCD-a669fa722fa3c2225c36ffc810524579d8ed8f2b.tar.gz |
ChangeLogTag:Thu Nov 9 17:47:37 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'examples/Threads')
-rw-r--r-- | examples/Threads/thread_specific.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Threads/thread_specific.cpp b/examples/Threads/thread_specific.cpp index 54397282388..c2eaf85b1b6 100644 --- a/examples/Threads/thread_specific.cpp +++ b/examples/Threads/thread_specific.cpp @@ -121,7 +121,7 @@ worker (void *c) ACE_GUARD_RETURN (ACE_Thread_Mutex, ace_mon, printf_lock, 0); ACE_OS::printf ("(%lu) errno = %d, lineno = %d, flags = %d\n", - ACE_static_cast(unsigned long,handle), + ACE_reinterpret_cast(unsigned long,handle), tss_error->error (), tss_error->line (), tss_error->flags ()); |