Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / Wait_Strategy.inl
blob2fc8fedf227e3c06d3b7fe6ff2a762e0e082ed7e
1 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3 ACE_INLINE bool
4 TAO_Wait_Strategy::is_registered () const
6   return this->is_registered_;
9 ACE_INLINE void
10 TAO_Wait_Strategy::is_registered (bool flag)
12   this->is_registered_ = flag;
15 TAO_END_VERSIONED_NAMESPACE_DECL