aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-05-04 17:32:20 +0000
committerJustin Clarke Casey2009-05-04 17:32:20 +0000
commit3a27a056073afb9f1fb285df136d2800f4f9c1a3 (patch)
treea4ca943ac817663be49ef24bfff968248c2620de /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
parent* Enhance some internal inventory data plugin behaviour to match what was pro... (diff)
downloadopensim-SC_OLD-3a27a056073afb9f1fb285df136d2800f4f9c1a3.zip
opensim-SC_OLD-3a27a056073afb9f1fb285df136d2800f4f9c1a3.tar.gz
opensim-SC_OLD-3a27a056073afb9f1fb285df136d2800f4f9c1a3.tar.bz2
opensim-SC_OLD-3a27a056073afb9f1fb285df136d2800f4f9c1a3.tar.xz
* refactor: move OspResolver to a different namespace
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
index 4747f1f..924d6d9 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
@@ -38,6 +38,7 @@ using OpenSim.Framework.Serialization;
38using OpenSim.Framework.Serialization.External; 38using OpenSim.Framework.Serialization.External;
39using OpenSim.Framework.Communications; 39using OpenSim.Framework.Communications;
40using OpenSim.Framework.Communications.Cache; 40using OpenSim.Framework.Communications.Cache;
41using OpenSim.Framework.Communications.Osp;
41using OpenSim.Region.CoreModules.World.Archiver; 42using OpenSim.Region.CoreModules.World.Archiver;
42using OpenSim.Region.Framework.Scenes; 43using OpenSim.Region.Framework.Scenes;
43 44