summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable/IOR_Table_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORTable/IOR_Table_Impl.cpp')
-rw-r--r--TAO/tao/IORTable/IOR_Table_Impl.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/IORTable/IOR_Table_Impl.cpp b/TAO/tao/IORTable/IOR_Table_Impl.cpp
index 7b0d6bb538a..bb3b678e397 100644
--- a/TAO/tao/IORTable/IOR_Table_Impl.cpp
+++ b/TAO/tao/IORTable/IOR_Table_Impl.cpp
@@ -7,7 +7,7 @@
*
*/
-#include "IOR_Table_Impl.h"
+#include "tao/IORTable/IOR_Table_Impl.h"
#include "ace/Guard_T.h"
ACE_RCSID (IORTable,
@@ -15,6 +15,8 @@ ACE_RCSID (IORTable,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_IOR_Table_Impl::TAO_IOR_Table_Impl (void)
{
}
@@ -102,3 +104,5 @@ TAO_IOR_Table_Impl::set_locator (
ACE_GUARD (TAO_SYNCH_MUTEX, ace_mon, this->lock_);
this->locator_ = IORTable::Locator::_duplicate (locator);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL