summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-10 20:08:10 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-10 20:15:53 (GMT)
commit3a876559c905f324e4bc91cec6c58d93160a5a9d (patch)
tree7120a111b5a05455638142655d468f16c6003593 /Swift/Controllers/MainController.h
parentd0bb6fb5a3b58d04a68deabd8d4431b112c6c084 (diff)
downloadswift-3a876559c905f324e4bc91cec6c58d93160a5a9d.zip
swift-3a876559c905f324e4bc91cec6c58d93160a5a9d.tar.bz2
Moved presenceOracle inside Client.
Diffstat (limited to 'Swift/Controllers/MainController.h')
-rw-r--r--Swift/Controllers/MainController.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h
index 7139ce9..e7b4bfd 100644
--- a/Swift/Controllers/MainController.h
+++ b/Swift/Controllers/MainController.h
@@ -53,7 +53,6 @@ namespace Swift {
class LoginWindowFactory;
class MUCController;
class Notifier;
- class PresenceOracle;
class PresenceNotifier;
class EventNotifier;
class SystemTray;
@@ -153,7 +152,6 @@ namespace Swift {
boost::shared_ptr<CapsInfo> capsInfo_;
JID jid_;
JID boundJID_;
- PresenceOracle* presenceOracle_;
SystemTrayController* systemTrayController_;
SoundEventController* soundEventController_;
AvatarManager* avatarManager_;