diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs index 53693e4..8b14f61 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |||
@@ -1455,25 +1455,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1455 | m_commsProvider.LogOffUser(userid, regionid, regionhandle, posx, posy, posz); | 1455 | m_commsProvider.LogOffUser(userid, regionid, regionhandle, posx, posy, posz); |
1456 | } | 1456 | } |
1457 | 1457 | ||
1458 | public void AddNewUserFriend(UUID friendlistowner, UUID friend, uint perms) | ||
1459 | { | ||
1460 | m_commsProvider.AddNewUserFriend(friendlistowner, friend, perms); | ||
1461 | } | ||
1462 | |||
1463 | public void UpdateUserFriendPerms(UUID friendlistowner, UUID friend, uint perms) | ||
1464 | { | ||
1465 | m_commsProvider.UpdateUserFriendPerms(friendlistowner, friend, perms); | ||
1466 | } | ||
1467 | |||
1468 | public void RemoveUserFriend(UUID friendlistowner, UUID friend) | ||
1469 | { | ||
1470 | m_commsProvider.RemoveUserFriend(friendlistowner, friend); | ||
1471 | } | ||
1472 | |||
1473 | public List<FriendListItem> GetUserFriendList(UUID friendlistowner) | ||
1474 | { | ||
1475 | return m_commsProvider.GetUserFriendList(friendlistowner); | ||
1476 | } | ||
1477 | 1458 | ||
1478 | public List<AvatarPickerAvatar> GenerateAgentPickerRequestResponse(UUID queryID, string query) | 1459 | public List<AvatarPickerAvatar> GenerateAgentPickerRequestResponse(UUID queryID, string query) |
1479 | { | 1460 | { |