Renamed EventNotifer to EventFdNotifier and employed new NotifierInterface
This commit is contained in:
@@ -28,7 +28,8 @@ namespace Bloom::DebugServer::Gdb::AvrGdb
|
||||
public:
|
||||
AvrGdbRsp(
|
||||
const DebugServerConfig& debugServerConfig,
|
||||
EventListener& eventListener
|
||||
EventListener& eventListener,
|
||||
EventFdNotifier& eventNotifier
|
||||
);
|
||||
|
||||
std::string getName() const override {
|
||||
|
||||
Reference in New Issue
Block a user