summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Table.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Table.inl')
-rw-r--r--TAO/tao/ORB_Table.inl3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/ORB_Table.inl b/TAO/tao/ORB_Table.inl
index cef161c5c7f..9bce09a0f6f 100644
--- a/TAO/tao/ORB_Table.inl
+++ b/TAO/tao/ORB_Table.inl
@@ -4,6 +4,7 @@
#include "tao/ORB_Core.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE TAO_ORB_Core *
TAO::ORB_Table::first_orb (void)
@@ -83,3 +84,5 @@ TAO::ORB_Core_Ref_Counter::operator= (TAO::ORB_Core_Ref_Counter const & rhs)
TAO::ORB_Core_Ref_Counter tmp (rhs);
std::swap (this->core_, tmp.core_);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL