diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-09-13 14:12:57 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-09-13 14:12:57 +0000 |
commit | 6c5b2dc373e99013afb7c07a3a54d5f2ccbeb59c (patch) | |
tree | 75934eba56a66b676da618d2e3dbf5acf06fb683 /tests | |
parent | e3034c290f35eee7c6d15fe00cd9907cbb39d706 (diff) | |
download | ATCD-6c5b2dc373e99013afb7c07a3a54d5f2ccbeb59c.tar.gz |
ChangeLogTag: Tue Sep 13 14:10:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Cached_Accept_Conn_Test.cpp | 2 | ||||
-rw-r--r-- | tests/Cached_Conn_Test.cpp | 2 | ||||
-rw-r--r-- | tests/Message_Block_Test.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/Cached_Accept_Conn_Test.cpp b/tests/Cached_Accept_Conn_Test.cpp index 9de44c037c0..8ef061b4b56 100644 --- a/tests/Cached_Accept_Conn_Test.cpp +++ b/tests/Cached_Accept_Conn_Test.cpp @@ -143,7 +143,7 @@ typedef Accept_Strategy<Server_Svc_Handler, ACE_SOCK_ACCEPTOR> ACCEPT_STRATEGY; #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) || \ - defined (ACE_HAS_GNU_REPO) + (defined (ACE_HAS_GNU_REPO) && !defined (ACE_VXWORKS)) // The explicit instantiations are necessary with g++ 2.91.66 // with -frepo, because it misses some of them. # if (defined (ghs) || defined(__MINGW32__)) && defined(ACE_WIN32) diff --git a/tests/Cached_Conn_Test.cpp b/tests/Cached_Conn_Test.cpp index 9e4352eceb8..7036f49279c 100644 --- a/tests/Cached_Conn_Test.cpp +++ b/tests/Cached_Conn_Test.cpp @@ -107,7 +107,7 @@ typedef ACE_Cached_Connect_Strategy_Ex<Svc_Handler, ACE_SOCK_CONNECTOR, CACHING_ CACHED_CONNECT_STRATEGY; #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) || \ - defined (ACE_HAS_GNU_REPO) + (defined (ACE_HAS_GNU_REPO) && !defined (ACE_VXWORKS)) // The explicit instantiations are necessary with g++ 2.91.66 // with -frepo, because it misses some of them. diff --git a/tests/Message_Block_Test.cpp b/tests/Message_Block_Test.cpp index 14d3aa94373..8256a07d5b5 100644 --- a/tests/Message_Block_Test.cpp +++ b/tests/Message_Block_Test.cpp @@ -275,7 +275,7 @@ alloc_struct_type alloc_struct[ACE_ALLOC_STRATEGY_NO] = }; #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) || \ - defined (ACE_HAS_GNU_REPO) + (defined (ACE_HAS_GNU_REPO) && !defined (ACE_VXWORKS)) // The explicit instantiations are necessary with g++ 2.91.66 // with -frepo, because it misses some of them. template class ACE_Cached_Allocator<MEMORY_CHUNK, ACE_SYNCH_MUTEX>; |