Moved Avatar appearance Factory to its own project so that the reference to MySQLDatabaseMapper could be removed from Region.Environment.

Added a using OpenSim.Framework.Data statement to MySQLDatabaseMapper , to try to fix the build problem that has been reported on the mailing list.
This commit is contained in:
MW
2008-03-25 18:48:07 +00:00
parent 8c74cf7758
commit c2ea7b99e1
9 changed files with 682 additions and 15 deletions

View File

@@ -27,6 +27,7 @@
using System.Data.Common;
using MySql.Data.MySqlClient;
using OpenSim.Framework.Data;
namespace OpenSim.Framework.Data.MySQLMapper
{