aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorTeravus Ovares2008-05-17 00:16:16 +0000
committerTeravus Ovares2008-05-17 00:16:16 +0000
commit349a17f664f661acf97896d4b778368edb822044 (patch)
tree24893ef56a12a7e758503c79cddcae3263ee2dbc /OpenSim/Framework
parentFormatting cleanup. (diff)
downloadopensim-SC_OLD-349a17f664f661acf97896d4b778368edb822044.zip
opensim-SC_OLD-349a17f664f661acf97896d4b778368edb822044.tar.gz
opensim-SC_OLD-349a17f664f661acf97896d4b778368edb822044.tar.bz2
opensim-SC_OLD-349a17f664f661acf97896d4b778368edb822044.tar.xz
* Tweaked patch mantis 1302 and committing it.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs11
1 files changed, 9 insertions, 2 deletions
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
634 634
635 LLUUID SecureSessionId { get; } 635 LLUUID SecureSessionId { get; }
636 636
637 [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.")] 637 LLUUID ActiveGroupId { get; }
638
639 string ActiveGroupName { get; }
640
641 ulong ActiveGroupPowers { get; }
642
638 string FirstName { get; } 643 string FirstName { get; }
639 [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.")] 644
640 string LastName { get; } 645 string LastName { get; }
641 646
642 [Obsolete("LLClientView Specific - Replace with ???")] 647 [Obsolete("LLClientView Specific - Replace with ???")]
@@ -655,6 +660,8 @@ namespace OpenSim.Framework
655 set; 660 set;
656 } 661 }
657 662
663
664
658 [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")] 665 [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")]
659 uint CircuitCode { get; } 666 uint CircuitCode { get; }
660 [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] 667 [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")]