Clarifying comments.
parent
78173996b9
commit
7c06634e52
|
@ -59,7 +59,7 @@ namespace OpenSim.Services.Interfaces
|
||||||
bool ResetAvatar(UUID userID);
|
bool ResetAvatar(UUID userID);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// These 3 methods raison d'etre:
|
/// These methods raison d'etre:
|
||||||
/// No need to send the entire avatar data (SetAvatar) for changing attachments
|
/// No need to send the entire avatar data (SetAvatar) for changing attachments
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="userID"></param>
|
/// <param name="userID"></param>
|
||||||
|
@ -96,5 +96,11 @@ namespace OpenSim.Services.Interfaces
|
||||||
|
|
||||||
int AvatarType { get; set; }
|
int AvatarType { get; set; }
|
||||||
Dictionary<string,string> Data { get; set; }
|
Dictionary<string,string> Data { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// This MUST at least define a pair "AvatarType" -> "dll:class"
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
Dictionary<string, object> ToKeyValuePairs();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue