Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / tests / Cached_Conn_Test.h
blob4ca36cd919c42eb575e7a6a609d15a03e723afdd
2 //=============================================================================
3 /**
4 * @file Cached_Conn_Test.h
6 * Define class needed for generating templates.
8 * @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
9 */
10 //=============================================================================
13 #ifndef ACE_TESTS_CACHED_CONN_TEST_H
14 #define ACE_TESTS_CACHED_CONN_TEST_H
16 #include "ace/SOCK_Stream.h"
17 #include "ace/Svc_Handler.h"
19 class Svc_Handler : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
21 public:
22 Svc_Handler (ACE_Thread_Manager *t = 0);
23 int open (void *v = 0);
24 int close (u_long flags = 0);
27 #endif /* ACE_TESTS_CACHED_ACCEPT_CONN_TEST_H */