aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/IUserService.cs
diff options
context:
space:
mode:
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