summaryrefslogtreecommitdiff
path: root/TAO/tao/DLL_ORB.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DLL_ORB.inl')
-rw-r--r--TAO/tao/DLL_ORB.inl10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/DLL_ORB.inl b/TAO/tao/DLL_ORB.inl
new file mode 100644
index 00000000000..b3240cf9ff9
--- /dev/null
+++ b/TAO/tao/DLL_ORB.inl
@@ -0,0 +1,10 @@
+// -*- C++ -*-
+//
+// $Id$
+
+
+ACE_INLINE CORBA::ORB_ptr
+TAO_DLL_ORB::orb (void)
+{
+ return CORBA::ORB::_duplicate (this->orb_.in());
+}