summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-02-23 16:43:36 -0800
committerRichard Linden <none@none>2011-02-23 16:43:36 -0800
commit66de8ba97f058a4017f56d100a40a1d3b4e843c0 (patch)
tree0aeef92a1d1a70324206a6c118e7d21cc4a999d7 /indra/newview/llavataractions.h
parentcc337162e3dec52e57e8dee6b564b7d186b9de4b (diff)
SOCIAL-551 WIP Add buttons to open people and profile windows
added LLAvatarActions::profileVisible and hideProfile
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r--indra/newview/llavataractions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h
index 2db2918eed..956fed7461 100644
--- a/indra/newview/llavataractions.h
+++ b/indra/newview/llavataractions.h
@@ -93,6 +93,8 @@ public:
* Show avatar profile.
*/
static void showProfile(const LLUUID& id);
+ static void hideProfile(const LLUUID& id);
+ static bool profileVisible(const LLUUID& id);
/**
* Show avatar on world map.