diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-02-25 14:12:18 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-02-25 14:12:18 -0800 |
commit | 0ac14158bcec40e65fb26d2fea7555ede1e2ca94 (patch) | |
tree | bacf3b28ac4de7f69da67d7616923dafe92b0d49 /indra/newview/llvoiceclient.h | |
parent | 92cef0426df15c0e661fa795e6b00214f381dd05 (diff) | |
parent | ab0c9c6754836cb26a520d0a9b2d7bbdd13a5f32 (diff) |
automated merge from trunk
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | indra/newview/llvoiceclient.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index 2cc99d9e45..dce24ff541 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -109,6 +109,8 @@ public: virtual void updateSettings()=0; // call after loading settings and whenever they change + virtual bool isVoiceWorking()=0; // connected to a voice server and voice channel + virtual const LLVoiceVersionInfo& getVersion()=0; ///////////////////// @@ -274,6 +276,8 @@ static const F32 OVERDRIVEN_POWER_LEVEL; void updateSettings(); // call after loading settings and whenever they change + bool isVoiceWorking(); // connected to a voice server and voice channel + // tuning void tuningStart(); void tuningStop(); @@ -397,7 +401,6 @@ static const F32 OVERDRIVEN_POWER_LEVEL; protected: LLVoiceModuleInterface* mVoiceModule; LLPumpIO *m_servicePump; - }; |