diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2009-12-14 19:53:54 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2009-12-14 19:53:54 +0200 |
commit | fe0da9bf7b81d24a9614f95d9f91012796eabf77 (patch) | |
tree | b15ffe19dcd8ebee73bb500200af5d90f1577126 /indra/newview/llavataractions.h | |
parent | 37b039b9fd5d970b297715b9187b60a241e36a3a (diff) |
Fixed low bug EXT - 3255 (Call button is enabled in the People & Profile panels while voice is disabled)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 2dd2a4c4b1..01c18d4228 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -129,6 +129,11 @@ public: static bool isCalling(const LLUUID &id); /** + * @return true if call to the resident can be made (resident is online and voice is enabled) + */ + + static bool canCall(const LLUUID &id); + /** * Invite avatar to a group. */ static void inviteToGroup(const LLUUID& id); |