From 001d5a5c923899b036c8135f9031867f8a431d5b Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 22 Aug 2007 17:40:26 +0000 Subject: Made SceneObjectGroup.GetChildPrim() public, for now so that script engine can get ref to the SceneObjectPart/ IScriptHost. --- OpenSim/Framework/General/Interfaces/IClientAPI.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework/General/Interfaces') diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs index 24ab47a..3c41eb5 100644 --- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs +++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs @@ -89,6 +89,7 @@ namespace OpenSim.Framework.Interfaces public delegate void RequestTaskInventory(IClientAPI remoteClient, uint localID); public delegate void UpdateInventoryItemTransaction(IClientAPI remoteClient, LLUUID transactionID, LLUUID assetID, LLUUID itemID); public delegate void RezScript(IClientAPI remoteClient, LLUUID itemID, uint localID); + public delegate void UpdateTaskInventory(IClientAPI remoteClient, LLUUID itemID, LLUUID folderID, uint localID); public delegate void UDPAssetUploadRequest(IClientAPI remoteClient, LLUUID assetID, LLUUID transaction, sbyte type, byte[] data); public delegate void XferReceive(IClientAPI remoteClient, ulong xferID, uint packetID, byte[] data); @@ -150,6 +151,7 @@ namespace OpenSim.Framework.Interfaces event RequestXfer OnRequestXfer; event ConfirmXfer OnConfirmXfer; event RezScript OnRezScript; + event UpdateTaskInventory OnUpdateTaskInventory; event UUIDNameRequest OnNameFromUUIDRequest; -- cgit v1.1