summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_dsi.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/test_dsi.i')
-rw-r--r--TAO/tests/DSI_Gateway/test_dsi.i11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tests/DSI_Gateway/test_dsi.i b/TAO/tests/DSI_Gateway/test_dsi.i
deleted file mode 100644
index ecc2df37f6c..00000000000
--- a/TAO/tests/DSI_Gateway/test_dsi.i
+++ /dev/null
@@ -1,11 +0,0 @@
-// $Id$
-
-ACE_INLINE
-DSI_Simple_Server::DSI_Simple_Server (CORBA::ORB_ptr orb,
- Simple_Server_ptr target,
- PortableServer::POA_ptr poa)
- : orb_ (CORBA::ORB::_duplicate (orb)),
- target_ (Simple_Server::_duplicate (target)),
- poa_ (PortableServer::POA::_duplicate (poa))
-{
-}