From b5921e2b95305d2918f94f52a560f8c004b8bcb4 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 22 Aug 2007 14:37:54 +0000 Subject: Start of Task Inventory (ie prim's inventory). For now, you can only move scripts into a prim (from your user inventory) and although the script will now show up in the prims inventory, you can't make any changes to it (or delete it). Also a prim's inventory is currently not saved between restarts. --- OpenSim/Framework/General/NullClientAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/General/NullClientAPI.cs') diff --git a/OpenSim/Framework/General/NullClientAPI.cs b/OpenSim/Framework/General/NullClientAPI.cs index 55a3f0b..74be103 100644 --- a/OpenSim/Framework/General/NullClientAPI.cs +++ b/OpenSim/Framework/General/NullClientAPI.cs @@ -62,6 +62,7 @@ namespace OpenSim.Framework public event UDPAssetUploadRequest OnAssetUploadRequest; public event XferReceive OnXferReceive; public event RequestXfer OnRequestXfer; + public event ConfirmXfer OnConfirmXfer; public event RezScript OnRezScript; public event UUIDNameRequest OnNameFromUUIDRequest; -- cgit v1.1