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

@@ -732,7 +732,7 @@ namespace OpenSim.Tests.Common.Mock
{
}
public virtual void SendXferPacket(ulong xferID, uint packet, byte[] data)
public virtual void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory)
{
}