summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/HTTP_Server_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/server/HTTP_Server_T.cpp')
-rw-r--r--apps/JAWS/server/HTTP_Server_T.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/apps/JAWS/server/HTTP_Server_T.cpp b/apps/JAWS/server/HTTP_Server_T.cpp
deleted file mode 100644
index 9462ec471e6..00000000000
--- a/apps/JAWS/server/HTTP_Server_T.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-
-#if !defined (HTTP_SERVER_T_I)
-#define HTTP_SERVER_T_I
-
-template <class ACE_LOCK> int
-LOCK_SOCK_Acceptor<ACE_LOCK>::accept (ACE_SOCK_Stream &stream,
- ACE_Addr *remote_address,
- ACE_Time_Value *timeout,
- int restart,
- int reset_new_handle) const
-{
- ACE_Guard<ACE_LOCK> m ((ACE_LOCK &) this->lock_);
-
- return ACE_SOCK_Acceptor::accept (stream,
- remote_address,
- timeout,
- restart,
- reset_new_handle);
-}
-
-#endif /* HTTP_SERVER_T_I */