diff options
author | Melanie | 2012-07-19 12:27:36 +0200 |
---|---|---|
committer | Melanie | 2012-07-19 12:27:36 +0200 |
commit | ce8b9e6c570f73a5c70dfc2b52bbb595637b717d (patch) | |
tree | 8bc9a882acb8f3eb79eca386ba021d4fb6953a42 /OpenSim/Tests/Common | |
parent | Fix llSameGroup to work according to specs (diff) | |
download | opensim-SC_OLD-ce8b9e6c570f73a5c70dfc2b52bbb595637b717d.zip opensim-SC_OLD-ce8b9e6c570f73a5c70dfc2b52bbb595637b717d.tar.gz opensim-SC_OLD-ce8b9e6c570f73a5c70dfc2b52bbb595637b717d.tar.bz2 opensim-SC_OLD-ce8b9e6c570f73a5c70dfc2b52bbb595637b717d.tar.xz |
Fix slow loading of task inventory
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index e254dd8..6add130 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -732,7 +732,7 @@ namespace OpenSim.Tests.Common.Mock | |||
732 | { | 732 | { |
733 | } | 733 | } |
734 | 734 | ||
735 | public virtual void SendXferPacket(ulong xferID, uint packet, byte[] data) | 735 | public virtual void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory) |
736 | { | 736 | { |
737 | } | 737 | } |
738 | 738 | ||