diff options
author | Rider Linden <rider@lindenlab.com> | 2015-12-17 14:09:51 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-12-17 14:09:51 -0800 |
commit | 2c9097aa28d65eeddcfb60b9ac93495723ed6419 (patch) | |
tree | 1e6ddd635bf2eee516628a563af200384c0b36ae /indra/newview/llvoicevivox.h | |
parent | db70768def60016daabaf25f38d516d6b72f77ce (diff) |
MAINT-5977: Finish implementation of MailBox event pump type for guaranteed delivery
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rwxr-xr-x | indra/newview/llvoicevivox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 3da24c61f3..6cbd5efdcd 100755 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -937,6 +937,8 @@ private: bool mIsInTuningMode; bool mIsInChannel; bool mIsJoiningSession; + + LLEventMailDrop mVivoxPump; }; /** |