diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-04-20 07:42:16 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-04-20 07:42:16 +0000 |
commit | de9839061b57030e95280a718d83d3c58639ee55 (patch) | |
tree | 3a9008a3659cc32b99cfd5198987b47a40d86cb0 /tests/Thread_Pool_Test.cpp | |
parent | 9e070b2c8b2931c7099971dd3a2e2437a5c9637a (diff) | |
download | ATCD-de9839061b57030e95280a718d83d3c58639ee55.tar.gz |
ChangeLogTag: Thu Apr 20 07:23:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests/Thread_Pool_Test.cpp')
-rw-r--r-- | tests/Thread_Pool_Test.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/Thread_Pool_Test.cpp b/tests/Thread_Pool_Test.cpp index f6a649aa8ab..498404273ac 100644 --- a/tests/Thread_Pool_Test.cpp +++ b/tests/Thread_Pool_Test.cpp @@ -396,12 +396,6 @@ Thread_Pool::test_empty_message_shutdown (void) } } -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) -template class ACE_Lock_Adapter<ACE_Thread_Mutex>; -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate ACE_Lock_Adapter<ACE_Thread_Mutex> -#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - #endif /* ACE_HAS_THREADS */ int |