mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Add support for user preferences (im via email)
This commit is contained in:
@@ -57,6 +57,11 @@ namespace OpenSim.Services.Interfaces
|
||||
bool AvatarPropertiesRequest(ref UserProfileProperties prop, ref string result);
|
||||
bool AvatarPropertiesUpdate(ref UserProfileProperties prop, ref string result);
|
||||
#endregion Profile Properties
|
||||
|
||||
#region User Preferences
|
||||
bool UserPreferencesRequest(ref UserPreferences pref, ref string result);
|
||||
bool UserPreferencesUpdate(ref UserPreferences pref, ref string result);
|
||||
#endregion User Preferences
|
||||
|
||||
#region Interests
|
||||
bool AvatarInterestsUpdate(UserProfileProperties prop, ref string result);
|
||||
|
||||
Reference in New Issue
Block a user