More work on inventory and opensim library.

Fixed a number of bugs in the AssetCache related to asset downloading.
This commit is contained in:
MW
2007-07-26 17:41:31 +00:00
parent 39b64564dc
commit f0dd115a8c
12 changed files with 725 additions and 433 deletions

View File

@@ -123,6 +123,14 @@ namespace OpenSim.Region.ClientStack
}
}
public LLUUID SessionId
{
get
{
return this.SessionID;
}
}
/// <summary>
///
/// </summary>