Events -> Listeners, waitAny -> resume, addEventAndWait -> addListenerAndResume, ... (refactoring), updated experiments/plugin accordingly, coding-style fixed.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1448 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -1,19 +1,19 @@
|
||||
if(BUILD_BOCHS)
|
||||
set(SRCS
|
||||
BufferCache.cc
|
||||
Event.cc
|
||||
EventManager.cc
|
||||
Listener.cc
|
||||
ListenerManager.cc
|
||||
Memory.cc
|
||||
Register.cc
|
||||
SimulatorController.cc
|
||||
bochs/BochsController.cc
|
||||
bochs/BochsEvents.cc
|
||||
bochs/BochsListener.cc
|
||||
)
|
||||
else()
|
||||
set(SRCS
|
||||
BufferCache.cc
|
||||
Event.cc
|
||||
EventManager.cc
|
||||
Listener.cc
|
||||
ListenerManager.cc
|
||||
Memory.cc
|
||||
Register.cc
|
||||
SimulatorController.cc
|
||||
|
||||
Reference in New Issue
Block a user