MEM: Make all the port proxy members const
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 29 Feb 2012 09:47:51 +0000 (04:47 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 29 Feb 2012 09:47:51 +0000 (04:47 -0500)
commite5ac647fc96bae316cdea628e49de2a5e3918b78
tree65da3ed1ddd9ca6c3af74e73570a379eba4f7e0d
parent88abdc0fad3f7670a112ade487c1a8cb848d56bc
MEM: Make all the port proxy members const

This is a trivial patch that merely makes all the member functions of
the port proxies const. There is no good reason why they should not
be, and this change only serves to make it explicit that they are not
modified through their use.
src/mem/fs_translating_port_proxy.cc
src/mem/fs_translating_port_proxy.hh
src/mem/port_proxy.cc
src/mem/port_proxy.hh
src/mem/se_translating_port_proxy.cc
src/mem/se_translating_port_proxy.hh