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.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/Cached_Conn_Test.h b/tests/Cached_Conn_Test.h
deleted file mode 100644
index 8fd619769c4..00000000000
--- a/tests/Cached_Conn_Test.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-//
-// Contains classes for Cached_Conn_Test which are used in automatic
-// template instantiation - IBM C++ requires these to be in their own header.
-
-#ifndef __CACHED_CONN_TEST_H
-#define __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 /* __CACHED_ACCEPT_CONN_TEST_H */