#include "IObserverSubject.h"
#include "IObserverObserver.h"
#include <list>
Go to the source code of this file.
Created on: May 12, 2009 Author: tobi
This file implements the Subject of the Observer Design Pattern
Definition in file IObserverSubject.cpp.