Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / IORInterceptor / IORInfo.inl
blob2a8ad1ac00762a7320e339173e5f60ee127bc9a6
1 // -*- C++ -*-
3 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 ACE_INLINE void
6 TAO_IORInfo::invalidate ()
8   this->poa_ = 0;
11 ACE_INLINE void
12 TAO_IORInfo::components_established ()
14   this->components_established_ = true;
17 TAO_END_VERSIONED_NAMESPACE_DECL