/* (c) 1999-2000 Tino Schwarze, see COPYING for details */
/**@pkg events.cEventDispatcher*/
/**
* the event dispatcher - the brain behind the event system
*
* #include "cEventDispatcher.hh"
*
*@pkgdoc events.cEventDispatcher
*/
#ifndef cEventDispatcher_hh
#define cEventDispatcher_hh
// aquire STL's multimap
#include
|