Review Board 2.0.15


EventManager: Rename queue accessor and remove cast operator

Review Request #1298 - Created July 5, 2012 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9104:0f9b39cb455d
---------------------------
EventManager: Rename queue accessor and remove cast operator

This patch renames the queue() accessor to the less ambigious
eventQueue, and also removes the cast operator. The queue() member
function cause problems in derived classes that declare members with
the same name, e.g. a MemObject subclass that has a packet queue on
its own. The operator is not causing any harm at this point, but as it
is not used there is little point in keeping it.
util/regress all passing (disregarding t1000 and eio)