79a80,82
> #ifdef EVENTQ_DEBUG
> static const FlagsType Initialized = 0xf000;
> #endif
247a251
> flags.set(Initialized);
471a476,478
> #ifdef EVENTQ_DEBUG
> assert((event->flags & Event::Initialized) == Event::Initialized);
> #endif
488a496,498
> #ifdef EVENTQ_DEBUG
> assert((event->flags & Event::Initialized) == Event::Initialized);
> #endif
506a517,519
> #ifdef EVENTQ_DEBUG
> assert((event->flags & Event::Initialized) == Event::Initialized);
> #endif