summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeoplemenus.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2016-04-11 14:25:08 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2016-04-11 14:25:08 +0300
commit1a2d326c2b7b24139c85dc10f63ecfd37db7eca4 (patch)
tree97b2c72dd48d882bfda23ca5e192485bcfae882e /indra/newview/llpanelpeoplemenus.h
parentf5c21ce1aef74bd79cbcb8c7a6cd4f9f4891c993 (diff)
MAINT-6273 "Freeze" and "Eject" menu items are added to Nearby context menu.
Diffstat (limited to 'indra/newview/llpanelpeoplemenus.h')
-rwxr-xr-xindra/newview/llpanelpeoplemenus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeoplemenus.h b/indra/newview/llpanelpeoplemenus.h
index 9767bab89f..5ed20e0064 100755
--- a/indra/newview/llpanelpeoplemenus.h
+++ b/indra/newview/llpanelpeoplemenus.h
@@ -46,7 +46,9 @@ protected:
private:
bool enableContextMenuItem(const LLSD& userdata);
bool checkContextMenuItem(const LLSD& userdata);
+ bool enableFreezeEject(const LLSD& userdata);
void offerTeleport();
+ void eject();
void startConference();
void requestTeleport();
};