From 1ea4ba3a18cf0ccdc512a1cc800e44bc5cf16210 Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 2 Apr 2007 10:46:59 +0000 Subject: Moved database storage of the world map to the Db4LocalStorage so its in the same database as in world prims are stored. --- OpenSim.Storage/LocalStorageDb4o/MapStorage.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 OpenSim.Storage/LocalStorageDb4o/MapStorage.cs (limited to 'OpenSim.Storage/LocalStorageDb4o/MapStorage.cs') diff --git a/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs b/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs new file mode 100644 index 0000000..db590ff --- /dev/null +++ b/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace OpenSim.Storage.LocalStorageDb4o +{ + public class MapStorage + { + public float[] Map; + + public MapStorage() + { + + } + } +} \ No newline at end of file -- cgit v1.1