diff options
| author | Kevin Smith <git@kismith.co.uk> | 2009-10-25 17:20:54 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2009-10-25 17:20:54 (GMT) |
| commit | 22b51f8f82f6bd3186339b05943c1e19aa71050f (patch) | |
| tree | 65f5444a7e6213ae4caa58b03b9ab974e9dc10d4 /Swift/Controllers/MainController.h | |
| parent | bfdf408bed69a279eb710de915e932764ceaed76 (diff) | |
| download | swift-contrib-22b51f8f82f6bd3186339b05943c1e19aa71050f.zip swift-contrib-22b51f8f82f6bd3186339b05943c1e19aa71050f.tar.bz2 | |
Autoaway.
Diffstat (limited to 'Swift/Controllers/MainController.h')
| -rw-r--r-- | Swift/Controllers/MainController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h index 5cdd9fa..3179df9 100644 --- a/Swift/Controllers/MainController.h +++ b/Swift/Controllers/MainController.h @@ -106,6 +106,7 @@ namespace Swift { SoundEventController* soundEventController_; AvatarManager* avatarManager_; boost::shared_ptr<Presence> lastSentPresence_; + boost::shared_ptr<Presence> preIdlePresence_; String vCardPhotoHash_; boost::shared_ptr<Presence> queuedPresence_; String password_; |
Swift