Added mechanism to specialize listener + basic BPSingleListener for gem5

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1603 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
friemel
2012-09-07 00:57:05 +00:00
parent 8ca5893b69
commit 402ca4ec45
10 changed files with 114 additions and 9 deletions

View File

@ -1,12 +1,12 @@
#ifndef __BOCHS_EVENTS_HPP__
#define __BOCHS_EVENTS_HPP__
#ifndef __BOCHS_LISTENER_HPP__
#define __BOCHS_LISTENER_HPP__
#include "../Listener.hpp"
#include "BochsController.hpp"
namespace fail {
typedef GenericBPSingleListener BPSingleListener;
/**
* \class TimerListener
* Concrete TimerListener implementation of GenericTimerListener for the Bochs
@ -75,4 +75,4 @@ public:
} // end-of-namespace: fail
#endif // __BOCHS_EVENTS_HPP__
#endif // __BOCHS_LISTENER_HPP__