Removed EventRef alias for clarity

This commit is contained in:
Nav
2021-06-22 14:44:00 +01:00
parent a7df862d36
commit 69cee4d579
14 changed files with 78 additions and 86 deletions

View File

@@ -81,16 +81,14 @@ namespace Bloom
*
* @param event
*/
void onShutdownApplicationEvent(Events::EventRef<Events::ShutdownApplication> event);
void onShutdownApplicationEvent(const Events::ShutdownApplication& event);
/**
* If the something horrible was to happen and the TC dies unexpectedly, Insight will shutdown in response.
*
* @param event
*/
void onTargetControllerThreadStateChangedEvent(
Events::EventRef<Events::TargetControllerThreadStateChanged> event
);
void onTargetControllerThreadStateChangedEvent(const Events::TargetControllerThreadStateChanged& event);
/**
* Dispatches any events currently in the queue.