diff options
author | MW | 2008-03-25 18:48:07 +0000 |
---|---|---|
committer | MW | 2008-03-25 18:48:07 +0000 |
commit | c2ea7b99e1cdbc06035e12306a71712f763b0818 (patch) | |
tree | e25876965e745f65917e7a740b2617961ee4b325 /OpenSim/Framework | |
parent | * Tear down CAPS and http handlers when an agent leaves a region (via crossin... (diff) | |
download | opensim-SC-c2ea7b99e1cdbc06035e12306a71712f763b0818.zip opensim-SC-c2ea7b99e1cdbc06035e12306a71712f763b0818.tar.gz opensim-SC-c2ea7b99e1cdbc06035e12306a71712f763b0818.tar.bz2 opensim-SC-c2ea7b99e1cdbc06035e12306a71712f763b0818.tar.xz |
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.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Data.MySQLMapper/MySQLDatabaseMapper.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Data.MySQLMapper/MySQLDatabaseMapper.cs b/OpenSim/Framework/Data.MySQLMapper/MySQLDatabaseMapper.cs index da3b6a5..ae58f00 100644 --- a/OpenSim/Framework/Data.MySQLMapper/MySQLDatabaseMapper.cs +++ b/OpenSim/Framework/Data.MySQLMapper/MySQLDatabaseMapper.cs | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | using System.Data.Common; | 28 | using System.Data.Common; |
29 | using MySql.Data.MySqlClient; | 29 | using MySql.Data.MySqlClient; |
30 | using OpenSim.Framework.Data; | ||
30 | 31 | ||
31 | namespace OpenSim.Framework.Data.MySQLMapper | 32 | namespace OpenSim.Framework.Data.MySQLMapper |
32 | { | 33 | { |