more changes on task inventory offers

This commit is contained in:
UbitUmarov
2020-08-21 22:24:49 +01:00
parent a38624baab
commit fd49254708
9 changed files with 33 additions and 67 deletions

View File

@@ -697,15 +697,6 @@ namespace OpenSim.Framework
Kill = 0x80000000 // 1 << 31
}
/* included in .net 4.0
public static class PrimUpdateFlagsExtensions
{
public static bool HasFlag(this PrimUpdateFlags updateFlags, PrimUpdateFlags flag)
{
return (updateFlags & flag) == flag;
}
}
*/
public interface IClientAPI
{
Vector3 StartPos { get; set; }
@@ -1235,7 +1226,7 @@ namespace OpenSim.Framework
/// (including all descendent folders) as well as the folder itself.
///
/// <param name="node"></param>
void SendBulkUpdateInventory(InventoryNodeBase node);
void SendBulkUpdateInventory(InventoryNodeBase node, UUID? transactionID = null);
void SendXferPacket(ulong xferID, uint packet,
byte[] XferData, int XferDataOffset, int XferDatapktLen, bool isTaskInventory);