diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 8d0cb5a..68ca52e 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1235,7 +1235,8 @@ namespace OpenSim.Framework | |||
1235 | /// <param name="node"></param> | 1235 | /// <param name="node"></param> |
1236 | void SendBulkUpdateInventory(InventoryNodeBase node); | 1236 | void SendBulkUpdateInventory(InventoryNodeBase node); |
1237 | 1237 | ||
1238 | void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory); | 1238 | void SendXferPacket(ulong xferID, uint packet, |
1239 | byte[] XferData, int XferDataOffset, int XferDatapktLen, bool isTaskInventory); | ||
1239 | 1240 | ||
1240 | void SendAbortXferPacket(ulong xferID); | 1241 | void SendAbortXferPacket(ulong xferID); |
1241 | 1242 | ||