diff options
author | MW | 2007-07-26 17:41:31 +0000 |
---|---|---|
committer | MW | 2007-07-26 17:41:31 +0000 |
commit | f0dd115a8c5c44ebde4631df3469c6e39510325f (patch) | |
tree | 86d7557112d9e72d9084fc6b5d05cb6da86133a3 /OpenSim/Framework/General/Interfaces/IClientAPI.cs | |
parent | * Started renaming world to Scene (diff) | |
download | opensim-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/Framework/General/Interfaces/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/General/Interfaces/IClientAPI.cs | 5 |
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; |