diff options
author | Charles Krinke | 2008-07-13 18:57:13 +0000 |
---|---|---|
committer | Charles Krinke | 2008-07-13 18:57:13 +0000 |
commit | d0fb5e8c902d5a4e2888fde313c9394617cac6dc (patch) | |
tree | cd4ef89756d8d540fa77c98c82fd7342e26644c1 /OpenSim/Framework | |
parent | * minor: make scene closing log message info rather than warn (diff) | |
download | opensim-SC_OLD-d0fb5e8c902d5a4e2888fde313c9394617cac6dc.zip opensim-SC_OLD-d0fb5e8c902d5a4e2888fde313c9394617cac6dc.tar.gz opensim-SC_OLD-d0fb5e8c902d5a4e2888fde313c9394617cac6dc.tar.bz2 opensim-SC_OLD-d0fb5e8c902d5a4e2888fde313c9394617cac6dc.tar.xz |
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 :))))
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index b969a8d..f34b9c4 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -198,7 +198,7 @@ namespace OpenSim.Framework | |||
198 | 198 | ||
199 | public delegate void CreateNewInventoryItem( | 199 | public delegate void CreateNewInventoryItem( |
200 | IClientAPI remoteClient, LLUUID transActionID, LLUUID folderID, uint callbackID, string description, string name, | 200 | IClientAPI remoteClient, LLUUID transActionID, LLUUID folderID, uint callbackID, string description, string name, |
201 | sbyte invType, sbyte type, byte wearableType, uint nextOwnerMask); | 201 | sbyte invType, sbyte type, byte wearableType, uint nextOwnerMask, int creationDate); |
202 | 202 | ||
203 | public delegate void FetchInventoryDescendents( | 203 | public delegate void FetchInventoryDescendents( |
204 | IClientAPI remoteClient, LLUUID folderID, LLUUID ownerID, bool fetchFolders, bool fetchItems, int sortOrder); | 204 | IClientAPI remoteClient, LLUUID folderID, LLUUID ownerID, bool fetchFolders, bool fetchItems, int sortOrder); |