aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorUbitUmarov2015-09-27 06:36:26 +0100
committerUbitUmarov2015-09-27 06:38:19 +0100
commit18536b4be624ff5583186eacb40b495eefe1fa93 (patch)
treecfb2982e5ab57834944b3e56dd6640e036c2ca37 /OpenSim/Framework
parent AvatarGroupsReply message does not have ListInProfile fields (diff)
downloadopensim-SC_OLD-18536b4be624ff5583186eacb40b495eefe1fa93.zip
opensim-SC_OLD-18536b4be624ff5583186eacb40b495eefe1fa93.tar.gz
opensim-SC_OLD-18536b4be624ff5583186eacb40b495eefe1fa93.tar.bz2
opensim-SC_OLD-18536b4be624ff5583186eacb40b495eefe1fa93.tar.xz
add missing SendAgentGroupDataUpdate to llClientView
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index f5fd5f5..a76c89e 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1457,6 +1457,7 @@ namespace OpenSim.Framework
1457 void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags); 1457 void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags);
1458 1458
1459 void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data); 1459 void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data);
1460 void SendAgentGroupDataUpdate(UUID avatarID, GroupMembershipData[] data);
1460 void SendOfferCallingCard(UUID srcID, UUID transactionID); 1461 void SendOfferCallingCard(UUID srcID, UUID transactionID);
1461 void SendAcceptCallingCard(UUID transactionID); 1462 void SendAcceptCallingCard(UUID transactionID);
1462 void SendDeclineCallingCard(UUID transactionID); 1463 void SendDeclineCallingCard(UUID transactionID);