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, 1 insertions, 5 deletions
diff --git a/TAO/tao/IORTable/IOR_Table_Impl.cpp b/TAO/tao/IORTable/IOR_Table_Impl.cpp
index bb3b678e397..7b0d6bb538a 100644
--- a/TAO/tao/IORTable/IOR_Table_Impl.cpp
+++ b/TAO/tao/IORTable/IOR_Table_Impl.cpp
@@ -7,7 +7,7 @@
*
*/
-#include "tao/IORTable/IOR_Table_Impl.h"
+#include "IOR_Table_Impl.h"
#include "ace/Guard_T.h"
ACE_RCSID (IORTable,
@@ -15,8 +15,6 @@ ACE_RCSID (IORTable,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
TAO_IOR_Table_Impl::TAO_IOR_Table_Impl (void)
{
}
@@ -104,5 +102,3 @@ 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