Topology_Object.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Topology_Object.inl,v 1.3 2005/11/14 22:03:49 ossama Exp
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 (ACE_ENV_SINGLE_ARG_DECL)
00019   {
00020     this->children_changed_ = true;
00021     return send_change (ACE_ENV_SINGLE_ARG_PARAMETER);
00022   }
00023 
00024 } // namespace TAO_Notify
00025 
00026 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 13:24:17 2006 for TAO_CosNotification by doxygen 1.3.6