name changes in MonoSqliteData store

afrisby
Sean Dague 2007-08-08 20:30:05 +00:00
parent e8e3afa8fe
commit 672d7f7b34
1 changed files with 2 additions and 2 deletions

View File

@ -14,10 +14,10 @@ using System.Data;
using Mono.Data.SqliteClient;
using Primitive = OpenSim.Region.Environment.Scenes.Primitive;
namespace OpenSim.DataStore.SqliteStorage
namespace OpenSim.DataStore.MonoSqliteStorage
{
public class SqliteDataStore : IRegionDataStore
public class MonoSqliteDataStore : IRegionDataStore
{
private const string primSelect = "select * from prims";
private const string shapeSelect = "select * from primshapes";