375a376,383
> Event*
> EventQueue::replaceHead(Event* s)
> {
> Event* t = head;
> head = s;
> return t;
> }
>