summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_AMI_Gateway/test_dsi.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_AMI_Gateway/test_dsi.inl')
-rw-r--r--TAO/tests/DSI_AMI_Gateway/test_dsi.inl12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tests/DSI_AMI_Gateway/test_dsi.inl b/TAO/tests/DSI_AMI_Gateway/test_dsi.inl
new file mode 100644
index 00000000000..16ff803a4a9
--- /dev/null
+++ b/TAO/tests/DSI_AMI_Gateway/test_dsi.inl
@@ -0,0 +1,12 @@
+// $Id$
+
+ACE_INLINE
+DSI_Simple_Server::DSI_Simple_Server (
+ CORBA::ORB_ptr orb,
+ CORBA::Object_ptr target,
+ PortableServer::POA_ptr poa)
+ : orb_ (CORBA::ORB::_duplicate (orb)),
+ target_ (CORBA::Object::_duplicate (target)),
+ poa_ (PortableServer::POA::_duplicate (poa))
+{
+}