aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IFriendsService.cs
diff options
context:
space:
mode:
authorMelanie2010-05-10 15:57:32 +0100
committerMelanie2010-05-10 15:57:32 +0100
commit5814d16b588103193174ae63195339cfed275e9d (patch)
tree1bfeeb9ca3146592442795b47cb329f9363c170d /OpenSim/Services/Interfaces/IFriendsService.cs
parentFix overlooked readLock which was left open (diff)
parentFixed a typo in the Friends packaging (Pricipal -> Principal) that was making... (diff)
downloadopensim-SC_OLD-5814d16b588103193174ae63195339cfed275e9d.zip
opensim-SC_OLD-5814d16b588103193174ae63195339cfed275e9d.tar.gz
opensim-SC_OLD-5814d16b588103193174ae63195339cfed275e9d.tar.bz2
opensim-SC_OLD-5814d16b588103193174ae63195339cfed275e9d.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Services/Interfaces/IFriendsService.cs')
-rw-r--r--OpenSim/Services/Interfaces/IFriendsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IFriendsService.cs b/OpenSim/Services/Interfaces/IFriendsService.cs
index 2692c48..0ddd5e5 100644
--- a/OpenSim/Services/Interfaces/IFriendsService.cs
+++ b/OpenSim/Services/Interfaces/IFriendsService.cs
@@ -62,7 +62,7 @@ namespace OpenSim.Services.Interfaces
62 public Dictionary<string, object> ToKeyValuePairs() 62 public Dictionary<string, object> ToKeyValuePairs()
63 { 63 {
64 Dictionary<string, object> result = new Dictionary<string, object>(); 64 Dictionary<string, object> result = new Dictionary<string, object>();
65 result["PricipalID"] = PrincipalID.ToString(); 65 result["PrincipalID"] = PrincipalID.ToString();
66 result["Friend"] = Friend; 66 result["Friend"] = Friend;
67 result["MyFlags"] = MyFlags.ToString(); 67 result["MyFlags"] = MyFlags.ToString();
68 result["TheirFlags"] = TheirFlags.ToString(); 68 result["TheirFlags"] = TheirFlags.ToString();