mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Implement the friends data adaptor
This commit is contained in:
@@ -45,7 +45,7 @@ namespace OpenSim.Data
|
||||
public interface IFriendsData
|
||||
{
|
||||
bool Store(FriendsData data);
|
||||
bool Delete(UUID ownerID, UUID friendID);
|
||||
FriendsData[] GetFriends(UUID owner);
|
||||
bool Delete(UUID ownerID, string friend);
|
||||
FriendsData[] GetFriends(UUID principalID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user