Interface for topology objects that act as parents. More...
#include <Topology_Object.h>
Public Member Functions | |
bool | child_change (void) |
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.
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.