aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorMW2007-07-26 17:41:31 +0000
committerMW2007-07-26 17:41:31 +0000
commitf0dd115a8c5c44ebde4631df3469c6e39510325f (patch)
tree86d7557112d9e72d9084fc6b5d05cb6da86133a3 /OpenSim/Region/ClientStack
parent* Started renaming world to Scene (diff)
downloadopensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.zip
opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.tar.gz
opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.tar.bz2
opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.tar.xz
More work on inventory and opensim library.
Fixed a number of bugs in the AssetCache related to asset downloading.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-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>