diff options
author | Jeff Ames | 2008-05-14 05:33:32 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-14 05:33:32 +0000 |
commit | 6a1b787436cc59043a26a296781e7a7b5ea0c67b (patch) | |
tree | 10f55a7b0abfdc47f103d40f13f3cae530c13581 /OpenSim/Data/MapperFactory | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC_OLD-6a1b787436cc59043a26a296781e7a7b5ea0c67b.zip opensim-SC_OLD-6a1b787436cc59043a26a296781e7a7b5ea0c67b.tar.gz opensim-SC_OLD-6a1b787436cc59043a26a296781e7a7b5ea0c67b.tar.bz2 opensim-SC_OLD-6a1b787436cc59043a26a296781e7a7b5ea0c67b.tar.xz |
More formatting cleanup.
Diffstat (limited to 'OpenSim/Data/MapperFactory')
-rw-r--r-- | OpenSim/Data/MapperFactory/DataMapperFactory.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Data/MapperFactory/DataMapperFactory.cs b/OpenSim/Data/MapperFactory/DataMapperFactory.cs index c447be7..1d981f8 100644 --- a/OpenSim/Data/MapperFactory/DataMapperFactory.cs +++ b/OpenSim/Data/MapperFactory/DataMapperFactory.cs | |||
@@ -41,7 +41,8 @@ namespace OpenSim.Data.MapperFactory | |||
41 | 41 | ||
42 | static public BaseDatabaseConnector GetDataBaseMapper(MAPPER_TYPE type, string connectionString) | 42 | static public BaseDatabaseConnector GetDataBaseMapper(MAPPER_TYPE type, string connectionString) |
43 | { | 43 | { |
44 | switch (type) { | 44 | switch (type) |
45 | { | ||
45 | case MAPPER_TYPE.MySQL: | 46 | case MAPPER_TYPE.MySQL: |
46 | return new MySQLDatabaseMapper(connectionString); | 47 | return new MySQLDatabaseMapper(connectionString); |
47 | case MAPPER_TYPE.MSSQL: | 48 | case MAPPER_TYPE.MSSQL: |