Commited Mon. September 11, 2006 at 07:04:52 PM EDT
deprecating EventRouter::postEvent(EventBase*)
Should instead use the reference version (postEvent(const EventBase&) -- faster to keep everything on the stack, doesn't raise any questions about who's maintaining the reference and when to delete it.