25 #ifndef PRESAGE_DISPATCHER
26 #define PRESAGE_DISPATCHER
41 template <
class class_t>
54 for (std::list<Observable*>::iterator it =
observables.begin();
57 (*it)->detach (
object);
79 std::cerr <<
"[Dispatcher] Unable to handle notification from observable: "
91 #endif // PRESAGE_DISPATCHER