aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
authorMW2007-07-26 17:41:31 +0000
committerMW2007-07-26 17:41:31 +0000
commitf0dd115a8c5c44ebde4631df3469c6e39510325f (patch)
tree86d7557112d9e72d9084fc6b5d05cb6da86133a3 /OpenSim/Framework/General/Interfaces/IClientAPI.cs
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 '')
-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;