summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/EventWindowController.h')
-rw-r--r--Swift/Controllers/EventWindowController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/EventWindowController.h b/Swift/Controllers/EventWindowController.h
index 0c06f49..c612265 100644
--- a/Swift/Controllers/EventWindowController.h
+++ b/Swift/Controllers/EventWindowController.h
@@ -10,8 +10,10 @@ namespace Swift {
class EventWindowController {
public:
EventWindowController(EventController* eventController, EventWindowFactory* windowFactory);
+ ~EventWindowController();
private:
void handleEventQueueEventAdded(boost::shared_ptr<Event> event);
+ void handleEventConcluded(boost::shared_ptr<Event> event);
EventController* eventController_;
EventWindowFactory* windowFactory_;