aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 15a89d3..8a3c4b6 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -829,6 +829,13 @@ namespace OpenSim.Framework
829 void SendTaskInventory(UUID taskID, short serial, byte[] fileName); 829 void SendTaskInventory(UUID taskID, short serial, byte[] fileName);
830 830
831 /// <summary> 831 /// <summary>
832 /// Used by the server to inform the client of new inventory items. Will transfer the contents of the folder
833 /// (including all descendent folders) as well as the folder itself.
834 /// </summary>
835 /// <param name="folder"></param>
836 void SendBulkUpdateInventory(InventoryFolderBase folder);
837
838 /// <summary>
832 /// Used by the server to inform the client of a new inventory item. Used when transferring items 839 /// Used by the server to inform the client of a new inventory item. Used when transferring items
833 /// between avatars, possibly among other things. 840 /// between avatars, possibly among other things.
834 /// </summary> 841 /// </summary>