2 //=============================================================================
4 * @file Cached_Conn_Test.h
6 * Define class needed for generating templates. IBM C++ requires this to
7 * be in its own file for auto template instantiation.
9 * @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
11 //=============================================================================
14 #ifndef ACE_TESTS_CACHED_CONN_TEST_H
15 #define ACE_TESTS_CACHED_CONN_TEST_H
17 #include "ace/SOCK_Stream.h"
18 #include "ace/Svc_Handler.h"
20 class Svc_Handler
: public ACE_Svc_Handler
<ACE_SOCK_STREAM
, ACE_NULL_SYNCH
>
24 Svc_Handler (ACE_Thread_Manager
*t
= 0);
25 int open (void *v
= 0);
26 int close (u_long flags
= 0);
29 #endif /* ACE_TESTS_CACHED_ACCEPT_CONN_TEST_H */