Wait_Strategy.inl

Go to the documentation of this file.
00001 //$Id: Wait_Strategy.inl 73141 2006-06-20 06:07:59Z jwillemsen $
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 Sun Jan 27 13:07:39 2008 for TAO by doxygen 1.3.6