diff options
author | Justin Clarke Casey | 2008-09-29 15:14:57 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-29 15:14:57 +0000 |
commit | 104039b6c671125688d886cc42063b9f88f16ee6 (patch) | |
tree | 08bbd558b545a969f81f774798d4cd469e49b213 /OpenSim/Region/Application/OpenSimBase.cs | |
parent | * refactor: Rename InventoryModule to InventoryTransferModule (diff) | |
download | opensim-SC_OLD-104039b6c671125688d886cc42063b9f88f16ee6.zip opensim-SC_OLD-104039b6c671125688d886cc42063b9f88f16ee6.tar.gz opensim-SC_OLD-104039b6c671125688d886cc42063b9f88f16ee6.tar.bz2 opensim-SC_OLD-104039b6c671125688d886cc42063b9f88f16ee6.tar.xz |
* reactor: move inventory archive classes into separate Inventory/Archiver directory
* This is not yet a real module (and is arguably not a region module anyway)
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 8f6a3ff..63c9a63 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -48,8 +48,7 @@ using OpenSim.Region.Environment; | |||
48 | using OpenSim.Region.Environment.Interfaces; | 48 | using OpenSim.Region.Environment.Interfaces; |
49 | using OpenSim.Region.Environment.Scenes; | 49 | using OpenSim.Region.Environment.Scenes; |
50 | using OpenSim.Region.Physics.Manager; | 50 | using OpenSim.Region.Physics.Manager; |
51 | 51 | using OpenSim.Region.Environment.Modules.Avatar.Inventory.Archiver; | |
52 | using OpenSim.Region.Environment.Modules.Avatar.Inventory; | ||
53 | 52 | ||
54 | namespace OpenSim | 53 | namespace OpenSim |
55 | { | 54 | { |