diff options
Diffstat (limited to 'linden/indra/newview/llimview.h')
-rw-r--r-- | linden/indra/newview/llimview.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/linden/indra/newview/llimview.h b/linden/indra/newview/llimview.h index a4e4196..b03036b 100644 --- a/linden/indra/newview/llimview.h +++ b/linden/indra/newview/llimview.h | |||
@@ -133,6 +133,7 @@ public: | |||
133 | 133 | ||
134 | // IM received that you haven't seen yet | 134 | // IM received that you haven't seen yet |
135 | BOOL getIMReceived() const; | 135 | BOOL getIMReceived() const; |
136 | int getIMUnreadCount(); | ||
136 | 137 | ||
137 | void setFloaterOpen(BOOL open); /*Flawfinder: ignore*/ | 138 | void setFloaterOpen(BOOL open); /*Flawfinder: ignore*/ |
138 | BOOL getFloaterOpen(); | 139 | BOOL getFloaterOpen(); |
@@ -205,10 +206,11 @@ private: | |||
205 | LLFriendObserver* mFriendObserver; | 206 | LLFriendObserver* mFriendObserver; |
206 | 207 | ||
207 | // An IM has been received that you haven't seen yet. | 208 | // An IM has been received that you haven't seen yet. |
208 | BOOL mIMReceived; | 209 | BOOL mIMReceived; |
210 | int mIMUnreadCount; | ||
209 | 211 | ||
210 | LLSD mPendingInvitations; | 212 | LLSD mPendingInvitations; |
211 | LLSD mPendingAgentListUpdates; | 213 | LLSD mPendingAgentListUpdates; |
212 | }; | 214 | }; |
213 | 215 | ||
214 | 216 | ||