aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/UserProfilesService/UserProfilesService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/UserProfilesService/UserProfilesService.cs')
-rw-r--r--OpenSim/Services/UserProfilesService/UserProfilesService.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Services/UserProfilesService/UserProfilesService.cs b/OpenSim/Services/UserProfilesService/UserProfilesService.cs
index dd26cdc..038e993 100644
--- a/OpenSim/Services/UserProfilesService/UserProfilesService.cs
+++ b/OpenSim/Services/UserProfilesService/UserProfilesService.cs
@@ -164,6 +164,7 @@ namespace OpenSim.Services.ProfilesService
164 } 164 }
165 #endregion Interests 165 #endregion Interests
166 166
167 /*
167 #region User Preferences 168 #region User Preferences
168 public bool UserPreferencesUpdate(ref UserPreferences pref, ref string result) 169 public bool UserPreferencesUpdate(ref UserPreferences pref, ref string result)
169 { 170 {
@@ -235,6 +236,7 @@ namespace OpenSim.Services.ProfilesService
235 return ProfilesData.GetUserPreferences(ref pref, ref result); 236 return ProfilesData.GetUserPreferences(ref pref, ref result);
236 } 237 }
237 #endregion User Preferences 238 #endregion User Preferences
239 */
238 240
239 #region Utility 241 #region Utility
240 public OSD AvatarImageAssetsRequest(UUID avatarId) 242 public OSD AvatarImageAssetsRequest(UUID avatarId)