diff options
author | Melanie | 2010-02-04 10:51:36 +0000 |
---|---|---|
committer | Melanie | 2010-02-04 10:51:36 +0000 |
commit | f9a61f282500d2ac04919794c5391b98f24dd203 (patch) | |
tree | 236c76f22c91dc18774f6d540909c55283590e62 /OpenSim/Data/IFriendsData.cs | |
parent | Commenting UserAgentService.VerifyClient(UUID sessionID, string token) for no... (diff) | |
download | opensim-SC_OLD-f9a61f282500d2ac04919794c5391b98f24dd203.zip opensim-SC_OLD-f9a61f282500d2ac04919794c5391b98f24dd203.tar.gz opensim-SC_OLD-f9a61f282500d2ac04919794c5391b98f24dd203.tar.bz2 opensim-SC_OLD-f9a61f282500d2ac04919794c5391b98f24dd203.tar.xz |
Some interface and data structure changes, add the missing method in friends
Diffstat (limited to 'OpenSim/Data/IFriendsData.cs')
-rw-r--r-- | OpenSim/Data/IFriendsData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/IFriendsData.cs b/OpenSim/Data/IFriendsData.cs index 3ddde19..7618976 100644 --- a/OpenSim/Data/IFriendsData.cs +++ b/OpenSim/Data/IFriendsData.cs | |||
@@ -35,8 +35,8 @@ namespace OpenSim.Data | |||
35 | public class FriendsData | 35 | public class FriendsData |
36 | { | 36 | { |
37 | public UUID PrincipalID; | 37 | public UUID PrincipalID; |
38 | public string FriendID; | 38 | public string Friend; |
39 | public string Flags; | 39 | public Dictionary<string, string> Data; |
40 | } | 40 | } |
41 | 41 | ||
42 | /// <summary> | 42 | /// <summary> |