aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-11 21:31:39 +0000
committerJustin Clarke Casey2008-11-11 21:31:39 +0000
commit70ad3ecd5e23dc442ae7c70cdb532298d9901045 (patch)
treeea92fa3911825c7a15075c3463b689622e359a3e /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
parent* Put an Enabled switch on the async object deleter for future testing purposes (diff)
downloadopensim-SC_OLD-70ad3ecd5e23dc442ae7c70cdb532298d9901045.zip
opensim-SC_OLD-70ad3ecd5e23dc442ae7c70cdb532298d9901045.tar.gz
opensim-SC_OLD-70ad3ecd5e23dc442ae7c70cdb532298d9901045.tar.bz2
opensim-SC_OLD-70ad3ecd5e23dc442ae7c70cdb532298d9901045.tar.xz
* Create TestScene to get at the async object deleter for use in a future test
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 35618db..298b9ff 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -48,7 +48,7 @@ namespace OpenSim.Region.Environment.Scenes
48 /// <summary> 48 /// <summary>
49 /// Allows asynchronous derezzing of objects from the scene into a client's inventory. 49 /// Allows asynchronous derezzing of objects from the scene into a client's inventory.
50 /// </summary> 50 /// </summary>
51 private AsyncSceneObjectGroupDeleter m_asyncSceneObjectDeleter; 51 protected AsyncSceneObjectGroupDeleter m_asyncSceneObjectDeleter;
52 52
53 /// <summary> 53 /// <summary>
54 /// Start all the scripts in the scene which should be started. 54 /// Start all the scripts in the scene which should be started.