diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llimview.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llimview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llimview.h b/linden/indra/newview/llimview.h index 0774698..44cb992 100644 --- a/linden/indra/newview/llimview.h +++ b/linden/indra/newview/llimview.h | |||
@@ -165,7 +165,7 @@ public: | |||
165 | void clearPendingAgentListUpdates(const LLUUID& session_id); | 165 | void clearPendingAgentListUpdates(const LLUUID& session_id); |
166 | 166 | ||
167 | //HACK: need a better way of enumerating existing session, or listening to session create/destroy events | 167 | //HACK: need a better way of enumerating existing session, or listening to session create/destroy events |
168 | const std::set<LLViewHandle>& getIMFloaterHandles() { return mFloaters; } | 168 | const std::set<LLHandle<LLFloater> >& getIMFloaterHandles() { return mFloaters; } |
169 | 169 | ||
170 | private: | 170 | private: |
171 | class LLIMSessionInvite; | 171 | class LLIMSessionInvite; |
@@ -199,7 +199,7 @@ private: | |||
199 | static void onInviteNameLookup(const LLUUID& id, const char* first, const char* last, BOOL is_group, void* userdata); | 199 | static void onInviteNameLookup(const LLUUID& id, const char* first, const char* last, BOOL is_group, void* userdata); |
200 | 200 | ||
201 | private: | 201 | private: |
202 | std::set<LLViewHandle> mFloaters; | 202 | std::set<LLHandle<LLFloater> > mFloaters; |
203 | LLFriendObserver* mFriendObserver; | 203 | LLFriendObserver* mFriendObserver; |
204 | 204 | ||
205 | // An IM has been received that you haven't seen yet. | 205 | // An IM has been received that you haven't seen yet. |