diff options
author | Aura Linden <aura@lindenlab.com> | 2014-08-13 18:12:25 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-08-13 18:12:25 -0700 |
commit | 75406641836fee796428216df82b7e29ad24443a (patch) | |
tree | b32265a1d6fc6010a0976680e5320b7a7c1557b2 /indra/newview/llvoicevivox.h | |
parent | 1346949e4d601e8c945fa30593ba1d405e9ed80d (diff) |
Ported from defective branch.
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 5e876fa2ef..8829d9e1b4 100755 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -747,6 +747,7 @@ private: std::string getAudioSessionURI(); std::string getAudioSessionHandle(); + void setHidden(bool hidden); void sendPositionalUpdate(void); void buildSetCaptureDevice(std::ostringstream &stream); @@ -775,6 +776,7 @@ private: bool mMuteMic; bool mMuteMicDirty; + bool mHidden; //Set to true during teleport to hide the agent's position. // Set to true when the friends list is known to have changed. bool mFriendsListDirty; |