aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/IUserService.cs
diff options
context:
space:
mode:
authorMW2008-06-28 17:43:20 +0000
committerMW2008-06-28 17:43:20 +0000
commita9347b6ceb194a352ad2a5796e7ed7e8fc598c26 (patch)
tree2392880066755967ae0716a0d06b44247025e510 /OpenSim/Framework/Communications/IUserService.cs
parentComment out StringTest until we use it somewhere. (diff)
downloadopensim-SC_OLD-a9347b6ceb194a352ad2a5796e7ed7e8fc598c26.zip
opensim-SC_OLD-a9347b6ceb194a352ad2a5796e7ed7e8fc598c26.tar.gz
opensim-SC_OLD-a9347b6ceb194a352ad2a5796e7ed7e8fc598c26.tar.bz2
opensim-SC_OLD-a9347b6ceb194a352ad2a5796e7ed7e8fc598c26.tar.xz
Extracted the Avatar appearance functions out of the IUserService interface and moved them into a IAvatarService
Although "out of the box", there is no actual functional change to behavior
Diffstat (limited to 'OpenSim/Framework/Communications/IUserService.cs')
-rw-r--r--OpenSim/Framework/Communications/IUserService.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/Communications/IUserService.cs b/OpenSim/Framework/Communications/IUserService.cs
index f8ef358..4bd2ad1 100644
--- a/OpenSim/Framework/Communications/IUserService.cs
+++ b/OpenSim/Framework/Communications/IUserService.cs
@@ -120,14 +120,14 @@ namespace OpenSim.Framework.Communications
120 120
121 /// <summary> 121 /// <summary>
122 /// Get's the User Appearance 122 /// Get's the User Appearance
123 AvatarAppearance GetUserAppearance(LLUUID user); 123 // AvatarAppearance GetUserAppearance(LLUUID user);
124 124
125 void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance); 125 // void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance);
126 126
127 void AddAttachment(LLUUID user, LLUUID attach); 127 // void AddAttachment(LLUUID user, LLUUID attach);
128 128
129 void RemoveAttachment(LLUUID user, LLUUID attach); 129 // void RemoveAttachment(LLUUID user, LLUUID attach);
130 130
131 List<LLUUID> GetAttachments(LLUUID user); 131 // List<LLUUID> GetAttachments(LLUUID user);
132 } 132 }
133} \ No newline at end of file 133} \ No newline at end of file