aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.API.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.API.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs
index feacadc..7e1820b 100644
--- a/OpenSim/Region/ClientStack/ClientView.API.cs
+++ b/OpenSim/Region/ClientStack/ClientView.API.cs
@@ -123,6 +123,14 @@ namespace OpenSim.Region.ClientStack
123 } 123 }
124 } 124 }
125 125
126 public LLUUID SessionId
127 {
128 get
129 {
130 return this.SessionID;
131 }
132 }
133
126 /// <summary> 134 /// <summary>
127 /// 135 ///
128 /// </summary> 136 /// </summary>