aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IFriendsService.cs
diff options
context:
space:
mode:
authorMelanie2010-02-09 17:08:36 +0000
committerMelanie2010-02-09 17:08:36 +0000
commit194837853854c91f22a27b3e2e557c3b5c6848a5 (patch)
tree15aa60a40b349dfe2a487aff097ba9333a0bea9c /OpenSim/Services/Interfaces/IFriendsService.cs
parentAdd the friends service skel and correct some namespace issues (diff)
downloadopensim-SC_OLD-194837853854c91f22a27b3e2e557c3b5c6848a5.zip
opensim-SC_OLD-194837853854c91f22a27b3e2e557c3b5c6848a5.tar.gz
opensim-SC_OLD-194837853854c91f22a27b3e2e557c3b5c6848a5.tar.bz2
opensim-SC_OLD-194837853854c91f22a27b3e2e557c3b5c6848a5.tar.xz
Implement the methods needed for the login service to populate the friendslist
on the friends service
Diffstat (limited to 'OpenSim/Services/Interfaces/IFriendsService.cs')
-rw-r--r--OpenSim/Services/Interfaces/IFriendsService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Interfaces/IFriendsService.cs b/OpenSim/Services/Interfaces/IFriendsService.cs
index dc5a812..811203c 100644
--- a/OpenSim/Services/Interfaces/IFriendsService.cs
+++ b/OpenSim/Services/Interfaces/IFriendsService.cs
@@ -35,8 +35,8 @@ namespace OpenSim.Services.Interfaces
35 { 35 {
36 public UUID PrincipalID; 36 public UUID PrincipalID;
37 public string Friend; 37 public string Friend;
38 int MyFlags; 38 public int MyFlags;
39 int TheirFlags; 39 public int TheirFlags;
40 } 40 }
41 41
42 public interface IFriendsService 42 public interface IFriendsService