Renamed EventList -> EventManager (refactoring).
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1387 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -2,7 +2,7 @@ if(BUILD_BOCHS)
|
||||
set(SRCS
|
||||
BufferCache.cc
|
||||
Event.cc
|
||||
EventList.cc
|
||||
EventManager.cc
|
||||
Memory.cc
|
||||
Register.cc
|
||||
SimulatorController.cc
|
||||
@ -13,7 +13,7 @@ else()
|
||||
set(SRCS
|
||||
BufferCache.cc
|
||||
Event.cc
|
||||
EventList.cc
|
||||
EventManager.cc
|
||||
Memory.cc
|
||||
Register.cc
|
||||
SimulatorController.cc
|
||||
|
||||
Reference in New Issue
Block a user