aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim.Storage/LocalStorageDb4o/MapStorage.cs (renamed from OpenSim.Config/SimConfigDb4o/MapStorage.cs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim.Config/SimConfigDb4o/MapStorage.cs b/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs
index eb68a94..db590ff 100644
--- a/OpenSim.Config/SimConfigDb4o/MapStorage.cs
+++ b/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs
@@ -2,7 +2,7 @@ using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4 4
5namespace OpenSim.Config.SimConfigDb4o 5namespace OpenSim.Storage.LocalStorageDb4o
6{ 6{
7 public class MapStorage 7 public class MapStorage
8 { 8 {
@@ -13,4 +13,4 @@ namespace OpenSim.Config.SimConfigDb4o
13 13
14 } 14 }
15 } 15 }
16} 16} \ No newline at end of file