Mantis#1638. Thank you kindly, Salahzar for a patch that:

Addresses an unused field in the asset server but never get filled up. 
It also makes working the recent items tab in inventory :))))
This commit is contained in:
Charles Krinke
2008-07-13 18:57:13 +00:00
parent 92cac0c6de
commit d0fb5e8c90
3 changed files with 25 additions and 10 deletions

View File

@@ -198,7 +198,7 @@ namespace OpenSim.Framework
public delegate void CreateNewInventoryItem(
IClientAPI remoteClient, LLUUID transActionID, LLUUID folderID, uint callbackID, string description, string name,
sbyte invType, sbyte type, byte wearableType, uint nextOwnerMask);
sbyte invType, sbyte type, byte wearableType, uint nextOwnerMask, int creationDate);
public delegate void FetchInventoryDescendents(
IClientAPI remoteClient, LLUUID folderID, LLUUID ownerID, bool fetchFolders, bool fetchItems, int sortOrder);