Wait_Strategy.inl

Go to the documentation of this file.
00001 //Wait_Strategy.inl,v 1.3 2006/06/20 06:02:15 jwillemsen Exp
00002 
00003 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00004 
00005 ACE_INLINE bool
00006 TAO_Wait_Strategy::is_registered (void) const
00007 {
00008   return this->is_registered_;
00009 }
00010 
00011 ACE_INLINE void
00012 TAO_Wait_Strategy::is_registered (bool flag)
00013 {
00014   this->is_registered_ = flag;
00015 }
00016 
00017 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 11:54:29 2006 for TAO by doxygen 1.3.6