summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInfo.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInfo.inl')
-rw-r--r--TAO/tao/IORInterceptor/IORInfo.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/IORInterceptor/IORInfo.inl b/TAO/tao/IORInterceptor/IORInfo.inl
index dfb66194baf..3a94b482656 100644
--- a/TAO/tao/IORInterceptor/IORInfo.inl
+++ b/TAO/tao/IORInterceptor/IORInfo.inl
@@ -2,9 +2,6 @@
//
// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE void
TAO_IORInfo::invalidate (void)
{
@@ -14,7 +11,5 @@ TAO_IORInfo::invalidate (void)
ACE_INLINE void
TAO_IORInfo::components_established (void)
{
- this->components_established_ = true;
+ this->components_established_ = 1;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL