1 #if !defined(__MEDIATOR_HPP) 24 #if !defined(__COMMON_HPP) 28 #if !defined(__ITERATOR_HPP) 29 #include <Iterator.hpp> 32 #if !defined(__EVENT_HPP) 38 DECLARE_CLASS( Colleague );
39 DECLARE_CLASS( Mediator );
126 #endif // if !defined(__MEDIATOR_HPP)
Colleague knows its Mediator object, communicates with its mediator whenever it would have otherwise ...
Definition: Colleague.hpp:49
Forward reference the various common classes.
Definition: AbstractAllocator.hpp:32
NullPointerException is the base exception type for NullPointer.
Definition: NullPointerException.hpp:40
The Iterator provides a way to access the elements of an collection type sequentially without exposin...
Definition: Iterator.hpp:44
Event provides a type basis for event ontologies.
Definition: Event.hpp:35