aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/General/Interfaces/IClientAPI.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
index e13016b..0bfd827 100644
--- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs
+++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
@@ -156,6 +156,11 @@ namespace OpenSim.Framework.Interfaces
156 get; 156 get;
157 } 157 }
158 158
159 LLUUID SessionId
160 {
161 get;
162 }
163
159 string FirstName 164 string FirstName
160 { 165 {
161 get; 166 get;