summaryrefslogtreecommitdiff
path: root/TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp')
-rw-r--r--TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp b/TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp
deleted file mode 100644
index cce444d8662..00000000000
--- a/TAO/tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-// -*- C++ -*-
-
-// $Id$
-
-#include "IIOP_Server_Request_Interceptor.h"
-
-/// Prototype
-int server_main (int argc,
- ACE_TCHAR *argv[],
- Test::Server_Request_Interceptor *cri);
-
-int
-test_transport_current (CORBA::ORB_ptr orb
- ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException,
- CORBA::UserException));
-
-int
-ACE_TMAIN (int argc,
- ACE_TCHAR *argv[])
-{
- Test::IIOP_Server_Request_Interceptor cri ("test_orb", test_transport_current);
- return server_main (argc, argv, &cri);
-}