mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* Tweaked patch mantis 1302 and committing it.
This commit is contained in:
@@ -634,9 +634,14 @@ namespace OpenSim.Framework
|
||||
|
||||
LLUUID SecureSessionId { get; }
|
||||
|
||||
[Obsolete("LLClientView Specific - Use .Name instead. Do not assume an av has two names. Adam, this is impossible to completely refactor out. Nor would I suggest it. All applications that i've ever dealt with have firstname and lastname. However the firstname and lastname are not always the username.")]
|
||||
LLUUID ActiveGroupId { get; }
|
||||
|
||||
string ActiveGroupName { get; }
|
||||
|
||||
ulong ActiveGroupPowers { get; }
|
||||
|
||||
string FirstName { get; }
|
||||
[Obsolete("LLClientView Specific - Use .Name instead. Do not assume an av has two names. Adam, this is impossible to completely refactor out. Nor would I suggest it. All applications that i've ever dealt with have firstname and lastname. However the firstname and lastname are not always the username.")]
|
||||
|
||||
string LastName { get; }
|
||||
|
||||
[Obsolete("LLClientView Specific - Replace with ???")]
|
||||
@@ -655,6 +660,8 @@ namespace OpenSim.Framework
|
||||
set;
|
||||
}
|
||||
|
||||
|
||||
|
||||
[Obsolete("LLClientView Specific - Circuits are unique to LLClientView")]
|
||||
uint CircuitCode { get; }
|
||||
[Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")]
|
||||
|
||||
Reference in New Issue
Block a user