aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
authorBrian McBee2007-12-11 03:51:32 +0000
committerBrian McBee2007-12-11 03:51:32 +0000
commit16903ec488f53fe1bab6b4c4408dde31d03367ff (patch)
treede93756adda1b308fcb9606cc703bf90e11ff112 /OpenSim/Region/Examples
parentrefactor SunModule a bit to make more sensible (diff)
downloadopensim-SC_OLD-16903ec488f53fe1bab6b4c4408dde31d03367ff.zip
opensim-SC_OLD-16903ec488f53fe1bab6b4c4408dde31d03367ff.tar.gz
opensim-SC_OLD-16903ec488f53fe1bab6b4c4408dde31d03367ff.tar.bz2
opensim-SC_OLD-16903ec488f53fe1bab6b4c4408dde31d03367ff.tar.xz
Implementing updateinventoryfolder: Should now be able to rename folders in inventory
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index 530b933..9864074 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -107,6 +107,7 @@ namespace SimpleApp
107 107
108 public event CreateNewInventoryItem OnCreateNewInventoryItem; 108 public event CreateNewInventoryItem OnCreateNewInventoryItem;
109 public event CreateInventoryFolder OnCreateNewInventoryFolder; 109 public event CreateInventoryFolder OnCreateNewInventoryFolder;
110 public event UpdateInventoryFolder OnUpdateInventoryFolder;
110 public event FetchInventoryDescendents OnFetchInventoryDescendents; 111 public event FetchInventoryDescendents OnFetchInventoryDescendents;
111 public event PurgeInventoryDescendents OnPurgeInventoryDescendents; 112 public event PurgeInventoryDescendents OnPurgeInventoryDescendents;
112 public event FetchInventory OnFetchInventory; 113 public event FetchInventory OnFetchInventory;