summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-03-19 17:49:50 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-03-19 17:49:50 (GMT)
commitcd1801ca176553c2c1727745228cdd2f076b62a5 (patch)
tree4804f34a5a2fbba70e7487022ddf198a5af95db4 /Swift/Controllers/EventWindowController.h
parent580d3d49ea3df7bb1c00cb1052203d17ccaa9a8e (diff)
downloadswift-cd1801ca176553c2c1727745228cdd2f076b62a5.zip
swift-cd1801ca176553c2c1727745228cdd2f076b62a5.tar.bz2
Don't show messages forever in the EventViewer.
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_;