mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi branch, so when they have a trunk version that is 1.18 ready, best to update again).
Started some work on a userProfile/inventory cache.
This commit is contained in:
@@ -56,6 +56,10 @@ namespace OpenSim.Framework.Data
|
||||
/// </summary>
|
||||
public LLUUID avatarID;
|
||||
/// <summary>
|
||||
/// The creator of this folder
|
||||
/// </summary>
|
||||
public LLUUID creatorsID;
|
||||
/// <summary>
|
||||
/// The name of the inventory item (must be less than 64 characters)
|
||||
/// </summary>
|
||||
public string inventoryName;
|
||||
@@ -94,6 +98,14 @@ namespace OpenSim.Framework.Data
|
||||
/// The UUID for this folder
|
||||
/// </summary>
|
||||
public LLUUID folderID;
|
||||
/// <summary>
|
||||
/// Tyep of Items normally stored in this folder
|
||||
/// </summary>
|
||||
public ushort type;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public ushort version;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user