summaryrefslogtreecommitdiff
path: root/tests/Cached_Conn_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Cached_Conn_Test.h')
-rw-r--r--tests/Cached_Conn_Test.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/tests/Cached_Conn_Test.h b/tests/Cached_Conn_Test.h
deleted file mode 100644
index 32def5bd296..00000000000
--- a/tests/Cached_Conn_Test.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Cache_Conn_Test.h
-//
-// = DESCRIPTION
-// Define class needed for generating templates. IBM C++ requires this to
-// be in its own file for auto template instantiation.
-//
-// = AUTHOR
-// Kirthika Parameswaran <kirthika@cs.wustl.edu>
-//
-// ============================================================================
-
-#ifndef ACE_TESTS_CACHED_CONN_TEST_H
-#define ACE_TESTS_CACHED_CONN_TEST_H
-
-#include "ace/SOCK_Stream.h"
-#include "ace/Svc_Handler.h"
-#include "ace/Synch.h"
-
-class Svc_Handler : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
-{
-public:
-
- Svc_Handler (ACE_Thread_Manager *t = 0);
- int open (void *v = 0);
- int close (u_long flags = 0);
-};
-
-#endif /* ACE_TESTS_CACHED_ACCEPT_CONN_TEST_H */