59a60,74
> Event::~Event()
> {
> }
>
> const std::string
> Event::name() const
> {
> #ifndef NDEBUG
> return csprintf("Event_%d", instance);
> #else
> return csprintf("Event_%x", (uintptr_t)this);
> #endif
> }
>
>