diff options
Diffstat (limited to 'indra/newview/llfloaterimnearbychatlistener.h')
-rw-r--r-- | indra/newview/llfloaterimnearbychatlistener.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimnearbychatlistener.h b/indra/newview/llfloaterimnearbychatlistener.h index 18a8bacfaa..a466db8e5f 100644 --- a/indra/newview/llfloaterimnearbychatlistener.h +++ b/indra/newview/llfloaterimnearbychatlistener.h @@ -43,7 +43,14 @@ public: private: void sendChat(LLSD const & chat_data); + void listenChat(LLSD const &chat_data); + void stopListeningChat(LLSD const &chat_data); + F64 mLastThrottleTime{ 0.0 }; + + LLTempBoundListener mOutConnection; + std::map<std::string, std::string> mReplyPumps; + }; #endif // LL_LLFLOATERIMNEARBYCHATLISTENER_H |