diff options
author | Justin Clarke Casey | 2008-09-29 15:02:03 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-29 15:02:03 +0000 |
commit | 3fc86cb578f28167146d1948de1dbbcbbbd63e91 (patch) | |
tree | 5375114bdede488594db065c5dcd411a8e51e289 /OpenSim/Region | |
parent | * check in missing files that caused the previous build break (diff) | |
download | opensim-SC_OLD-3fc86cb578f28167146d1948de1dbbcbbbd63e91.zip opensim-SC_OLD-3fc86cb578f28167146d1948de1dbbcbbbd63e91.tar.gz opensim-SC_OLD-3fc86cb578f28167146d1948de1dbbcbbbd63e91.tar.bz2 opensim-SC_OLD-3fc86cb578f28167146d1948de1dbbcbbbd63e91.tar.xz |
* Move existing inventory module into a 'Transfer' namespace, since that is the functional it actually fulfills
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryModule.cs (renamed from OpenSim/Region/Environment/Modules/Avatar/Inventory/InventoryModule.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Inventory/InventoryModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryModule.cs index 344cb5e..6cc938d 100644 --- a/OpenSim/Region/Environment/Modules/Avatar/Inventory/InventoryModule.cs +++ b/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryModule.cs | |||
@@ -34,7 +34,7 @@ using OpenSim.Framework; | |||
34 | using OpenSim.Region.Environment.Interfaces; | 34 | using OpenSim.Region.Environment.Interfaces; |
35 | using OpenSim.Region.Environment.Scenes; | 35 | using OpenSim.Region.Environment.Scenes; |
36 | 36 | ||
37 | namespace OpenSim.Region.Environment.Modules.Avatar.Inventory | 37 | namespace OpenSim.Region.Environment.Modules.Avatar.Inventory.Transfer |
38 | { | 38 | { |
39 | public class InventoryModule : IInventoryModule, IRegionModule | 39 | public class InventoryModule : IInventoryModule, IRegionModule |
40 | { | 40 | { |