diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-11-06 21:04:36 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-11-06 21:04:36 +0200 |
commit | 22a1f909b46a415bab02c5fb49d5297e3899b7f3 (patch) | |
tree | 713ebafb25730bb79f8502bdcbc7c18301898bbf /indra/newview/llvoicechannel.h | |
parent | a9653b37ec29a1bd4c23efdd1d83df15c8bcccdd (diff) | |
parent | f716bb1e3afd4c950c379dfa702246979de467e6 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llvoicechannel.h')
-rw-r--r-- | indra/newview/llvoicechannel.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llvoicechannel.h b/indra/newview/llvoicechannel.h index dfa886c99c..8f1e9ff02d 100644 --- a/indra/newview/llvoicechannel.h +++ b/indra/newview/llvoicechannel.h @@ -54,13 +54,6 @@ public: typedef boost::function<void(const EState& old_state, const EState& new_state)> state_changed_callback_t; - // on current channel changed signal - typedef boost::function<void(const LLUUID& session_id)> channel_changed_callback_t; - typedef boost::signals2::signal<void(const LLUUID& session_id)> channel_changed_signal_t; - static channel_changed_signal_t sCurrentVoiceChannelChanged; - static boost::signals2::connection setOnCurrentVoiceChannelChanged(channel_changed_callback_t cb) { return sCurrentVoiceChannelChanged.connect(cb); } - - LLVoiceChannel(const LLUUID& session_id, const std::string& session_name); virtual ~LLVoiceChannel(); |