372a373,375
> EventQueue(const EventQueue &);
> const EventQueue &operator=(const EventQueue &);
>
374,376c377
< EventQueue(const std::string &n)
< : objName(n), head(NULL)
< {}
---
> EventQueue(const std::string &n);