diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.API.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.API.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs index c99c365..956f2b4 100644 --- a/OpenSim/Region/ClientStack/ClientView.API.cs +++ b/OpenSim/Region/ClientStack/ClientView.API.cs | |||
@@ -81,8 +81,10 @@ namespace OpenSim.Region.ClientStack | |||
81 | public event RequestMapBlocks OnRequestMapBlocks; | 81 | public event RequestMapBlocks OnRequestMapBlocks; |
82 | public event TeleportLocationRequest OnTeleportLocationRequest; | 82 | public event TeleportLocationRequest OnTeleportLocationRequest; |
83 | 83 | ||
84 | public event CreateNewInventoryItem OnCreateNewInventoryItem; | ||
84 | public event CreateInventoryFolder OnCreateNewInventoryFolder; | 85 | public event CreateInventoryFolder OnCreateNewInventoryFolder; |
85 | public event FetchInventoryDescendents OnFetchInventoryDescendents; | 86 | public event FetchInventoryDescendents OnFetchInventoryDescendents; |
87 | public event FetchInventory OnFetchInventory; | ||
86 | public event RequestTaskInventory OnRequestTaskInventory; | 88 | public event RequestTaskInventory OnRequestTaskInventory; |
87 | 89 | ||
88 | public event UUIDNameRequest OnNameFromUUIDRequest; | 90 | public event UUIDNameRequest OnNameFromUUIDRequest; |
@@ -549,7 +551,7 @@ namespace OpenSim.Region.ClientStack | |||
549 | 551 | ||
550 | } | 552 | } |
551 | 553 | ||
552 | public void SendInventoryItemDetails(LLUUID ownerID, LLUUID folderID, InventoryItemBase item) | 554 | public void SendInventoryItemDetails(LLUUID ownerID, InventoryItemBase item) |
553 | { | 555 | { |
554 | Encoding enc = Encoding.ASCII; | 556 | Encoding enc = Encoding.ASCII; |
555 | uint FULL_MASK_PERMISSIONS = 2147483647; | 557 | uint FULL_MASK_PERMISSIONS = 2147483647; |