summaryrefslogtreecommitdiff
path: root/ACE/tests/Cached_Accept_Conn_Test.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-05 12:29:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-05 12:29:55 +0000
commit09383bcb8cbe4d216b5b8a0e3910743e70fd8c08 (patch)
treed8b02181a30cee4b84b666ce75e5014d38643359 /ACE/tests/Cached_Accept_Conn_Test.h
parent9f49b5abde4515621db8ca8ac072ef807d391f37 (diff)
downloadATCD-09383bcb8cbe4d216b5b8a0e3910743e70fd8c08.tar.gz
Mon Dec 5 12:27:54 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/TTY_IO.h: Doxygen fix * ace/config-linux.h: Layout changes * tests/Cached_Accept_Conn_Test.h: * tests/Cached_Accept_Conn_Test.cpp: * tests/MEM_Stream_Test.cpp: * tests/QtReactor_Test.cpp: Layout changes and removed some ACE_UNUSED_ARG usage
Diffstat (limited to 'ACE/tests/Cached_Accept_Conn_Test.h')
-rw-r--r--ACE/tests/Cached_Accept_Conn_Test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/tests/Cached_Accept_Conn_Test.h b/ACE/tests/Cached_Accept_Conn_Test.h
index c1ca61d74f0..e11880ba668 100644
--- a/ACE/tests/Cached_Accept_Conn_Test.h
+++ b/ACE/tests/Cached_Accept_Conn_Test.h
@@ -100,7 +100,6 @@ typedef ACE_NOOP_Concurrency_Strategy<Client_Svc_Handler>
typedef ACE_Cached_Connect_Strategy_Ex<Client_Svc_Handler, ACE_SOCK_CONNECTOR, CACHING_STRATEGY, ATTRIBUTES, ACE_SYNCH_NULL_MUTEX>
CACHED_CONNECT_STRATEGY;
-
template <class SVC_HANDLER, ACE_PEER_ACCEPTOR_1>
class Accept_Strategy : public ACE_Accept_Strategy<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>
{