Fix slow loading of task inventory

This commit is contained in:
Melanie
2012-07-19 12:27:36 +02:00
parent 4917637ce6
commit ce8b9e6c57
6 changed files with 18 additions and 11 deletions

View File

@@ -1177,7 +1177,7 @@ namespace OpenSim.Framework
/// <param name="node"></param>
void SendBulkUpdateInventory(InventoryNodeBase node);
void SendXferPacket(ulong xferID, uint packet, byte[] data);
void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory);
void SendAbortXferPacket(ulong xferID);