EventManager: Rename queue accessor and remove cast operator
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 9 Jul 2012 16:35:46 +0000 (12:35 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 9 Jul 2012 16:35:46 +0000 (12:35 -0400)
commit745274cbd4851b3bf725b24138c1fd13746492ec
tree9e576039ec95bd3eb71352b91f41b296680be942
parentd2f458e7b5b84b09706bf2b7a1f1ce7ed249d9b4
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.
src/sim/eventq.hh