From 349a17f664f661acf97896d4b778368edb822044 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sat, 17 May 2008 00:16:16 +0000 Subject: * Tweaked patch mantis 1302 and committing it. --- OpenSim/Framework/IClientAPI.cs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 44d3295..098943c 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -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.")] -- cgit v1.1