From add13276a98e572bf4f83e79cfe1fa4d3f4411df Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Tue, 6 May 2008 02:47:14 +0000 Subject: * Committing a bunch of work for control snatching. Not done yet. No visible features. --- OpenSim/Framework/IClientAPI.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 49cbdfa..c0ba636 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -750,6 +750,9 @@ namespace OpenSim.Framework void SendInventoryItemCreateUpdate(InventoryItemBase Item); void SendRemoveInventoryItem(LLUUID itemID); + + void SendTakeControls(int controls, bool passToAgent, bool TakeControls); + void SendTaskInventory(LLUUID taskID, short serial, byte[] fileName); /// -- cgit v1.1