summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2017-04-06 14:46:48 -0700
committerRider Linden <rider@lindenlab.com>2017-04-06 14:46:48 -0700
commit746848bee9a2358a6229498901208db38c4b4542 (patch)
treecf1a4a7af642a3babb47448ad4a732fd3b7cd1ee /indra/newview/llagent.h
parentbff358ecc532ed22f7fcbfee978537098bd8be6d (diff)
MAINT-7255: Change viewer to use UserInfo cap if available.
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r--indra/newview/llagent.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h
index b5da5e9062..4bb4d317e8 100644
--- a/indra/newview/llagent.h
+++ b/indra/newview/llagent.h
@@ -912,9 +912,17 @@ public:
void sendReliableMessage();
void sendAgentDataUpdateRequest();
void sendAgentUserInfoRequest();
- // IM to Email and Online visibility
+
+// IM to Email and Online visibility
void sendAgentUpdateUserInfo(bool im_to_email, const std::string& directory_visibility);
+private:
+ void requestAgentUserInfoCoro(std::string capurl);
+ void updateAgentUserInfoCoro(std::string capurl, bool im_via_email, std::string directory_visibility);
+ // DEPRECATED: may be removed when User Info cap propagates
+ void sendAgentUserInfoRequestMessage();
+ void sendAgentUpdateUserInfoMessage(bool im_via_email, const std::string& directory_visibility);
+
//--------------------------------------------------------------------
// Receive
//--------------------------------------------------------------------