diff options
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInfo.cpp')
-rw-r--r-- | TAO/tao/IORInterceptor/IORInfo.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/IORInterceptor/IORInfo.cpp b/TAO/tao/IORInterceptor/IORInfo.cpp index ca0a10a1038..873b0d8426b 100644 --- a/TAO/tao/IORInterceptor/IORInfo.cpp +++ b/TAO/tao/IORInterceptor/IORInfo.cpp @@ -14,10 +14,11 @@ ACE_RCSID (IORInterceptor, # include "IORInfo.inl" #endif /* __ACE_INLINE__ */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_IORInfo::TAO_IORInfo (TAO_Root_POA *poa) : poa_ (poa), - components_established_ (0) + components_established_ (false) { } @@ -190,3 +191,5 @@ TAO_IORInfo::check_validity (ACE_ENV_SINGLE_ARG_DECL) CORBA::COMPLETED_NO)); } } + +TAO_END_VERSIONED_NAMESPACE_DECL |