mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -43,9 +43,6 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// HG1.5 only
|
||||
/// </summary>
|
||||
public interface IUserAgentService
|
||||
{
|
||||
bool LoginAgentToGrid(AgentCircuitData agent, GridRegion gatekeeper, GridRegion finalDestination, bool fromLogin, out string reason);
|
||||
|
||||
@@ -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