Topology_Object.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Topology_Object.inl 76555 2007-01-24 15:39:09Z johnnyw $
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 namespace TAO_Notify
00008 {
00009   ACE_INLINE
00010   bool
00011   Topology_Object::is_changed () const
00012   {
00013     return this->self_changed_ | this->children_changed_;
00014   }
00015 
00016   ACE_INLINE
00017   bool
00018   Topology_Parent::child_change (void)
00019   {
00020     this->children_changed_ = true;
00021     return send_change ();
00022   }
00023 
00024 } // namespace TAO_Notify
00025 
00026 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:45:29 2010 for TAO_CosNotification by  doxygen 1.4.7