aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 3cd5253..fd14291 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -819,7 +819,8 @@ namespace OpenSim.Tests.Common
819 { 819 {
820 } 820 }
821 821
822 public virtual void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory) 822 public virtual void SendXferPacket(ulong xferID, uint packet,
823 byte[] XferData, int XferDataOffset, int XferDatapktLen, bool isTaskInventory)
823 { 824 {
824 } 825 }
825 826