diff options
author | Catalin Badea <catalin.badea392@gmail.com> | 2012-06-19 20:16:09 (GMT) |
---|---|---|
committer | Catalin Badea <catalin.badea392@gmail.com> | 2012-06-19 20:21:54 (GMT) |
commit | cba5a2aa6db557102998028977e4d84d25181304 (patch) | |
tree | 91736a7baadbbdee6a5e64396fd034fb15f43b69 /Swift/Controllers/HistoryController.h | |
parent | 063e2e2f59d294bd632942266773d61f5a815e27 (diff) | |
download | swift-contrib-cba5a2aa6db557102998028977e4d84d25181304.zip swift-contrib-cba5a2aa6db557102998028977e4d84d25181304.tar.bz2 |
Added contact roster
Diffstat (limited to 'Swift/Controllers/HistoryController.h')
-rw-r--r-- | Swift/Controllers/HistoryController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/HistoryController.h b/Swift/Controllers/HistoryController.h index 47ae361..320b26e 100644 --- a/Swift/Controllers/HistoryController.h +++ b/Swift/Controllers/HistoryController.h @@ -15,6 +15,7 @@ namespace Swift { class HistoryWindowFactory; class HistoryWindow; + class Roster; class HistoryController { public: @@ -28,5 +29,6 @@ namespace Swift { UIEventStream* uiEventStream_; HistoryWindowFactory* historyWindowFactory_; HistoryWindow* historyWindow_; + Roster* roster_; }; } |