summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_AMI_Gateway/test_i.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_AMI_Gateway/test_i.inl')
-rw-r--r--TAO/tests/DSI_AMI_Gateway/test_i.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tests/DSI_AMI_Gateway/test_i.inl b/TAO/tests/DSI_AMI_Gateway/test_i.inl
new file mode 100644
index 00000000000..bd51e3a42bd
--- /dev/null
+++ b/TAO/tests/DSI_AMI_Gateway/test_i.inl
@@ -0,0 +1,8 @@
+// $Id$
+
+ACE_INLINE
+Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
+ : orb_ (CORBA::ORB::_duplicate (orb)),
+ vlong_ (0)
+{
+}