aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/NullClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/General/NullClientAPI.cs')
-rw-r--r--OpenSim/Framework/General/NullClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/NullClientAPI.cs b/OpenSim/Framework/General/NullClientAPI.cs
index 6692fde..6794384 100644
--- a/OpenSim/Framework/General/NullClientAPI.cs
+++ b/OpenSim/Framework/General/NullClientAPI.cs
@@ -65,6 +65,7 @@ namespace OpenSim.Framework
65 public event ConfirmXfer OnConfirmXfer; 65 public event ConfirmXfer OnConfirmXfer;
66 public event RezScript OnRezScript; 66 public event RezScript OnRezScript;
67 public event UpdateTaskInventory OnUpdateTaskInventory; 67 public event UpdateTaskInventory OnUpdateTaskInventory;
68 public event RemoveTaskInventory OnRemoveTaskItem;
68 69
69 public event UUIDNameRequest OnNameFromUUIDRequest; 70 public event UUIDNameRequest OnNameFromUUIDRequest;
70 71