TAO_Notify::Topology_Parent Class Reference

Interface for topology objects that act as parents. More...

#include <Topology_Object.h>

Inheritance diagram for TAO_Notify::Topology_Parent:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify::Topology_Parent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool child_change (void)

Detailed Description

Interface for topology objects that act as parents.

Any topology object which contains other topology objects must implement this interface so that it's children can signal that they have changed.

Definition at line 197 of file Topology_Object.h.


Member Function Documentation

ACE_INLINE bool TAO_Notify::Topology_Parent::child_change ( void   ) 

Called by a child that has changed. A child calls this method to report that it has changed.

Returns:
false if save will never happen

Definition at line 18 of file Topology_Object.inl.

References TAO_Notify::Topology_Object::children_changed_, and TAO_Notify::Topology_Object::send_change().

Referenced by TAO_Notify::Topology_Object::change_to_parent().

00019   {
00020     this->children_changed_ = true;
00021     return send_change ();
00022   }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:46:46 2010 for TAO_CosNotification by  doxygen 1.4.7