diff options
author | Sean Dague | 2008-04-02 15:36:01 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-02 15:36:01 +0000 |
commit | f52c8f3970c5f528aaa6edf2b1bf8acc31c52313 (patch) | |
tree | b22667e2d4ad14d6eaad11993e400b94e0f8fcb6 /OpenSim/Data/MySQLMapper/MySQLDataReader.cs | |
parent | first pass at fixing up prebuild.xml after the (diff) | |
download | opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.zip opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.gz opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.bz2 opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.xz |
attempt to fix up all refernces to new directory structure
Diffstat (limited to 'OpenSim/Data/MySQLMapper/MySQLDataReader.cs')
-rw-r--r-- | OpenSim/Data/MySQLMapper/MySQLDataReader.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQLMapper/MySQLDataReader.cs b/OpenSim/Data/MySQLMapper/MySQLDataReader.cs index 9fd50f6..113e991 100644 --- a/OpenSim/Data/MySQLMapper/MySQLDataReader.cs +++ b/OpenSim/Data/MySQLMapper/MySQLDataReader.cs | |||
@@ -2,9 +2,9 @@ | |||
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Data; | 3 | using System.Data; |
4 | using System.Text; | 4 | using System.Text; |
5 | using OpenSim.Framework.Data.Base; | 5 | using OpenSim.Data.Base; |
6 | 6 | ||
7 | namespace OpenSim.Framework.Data.MySQLMapper | 7 | namespace OpenSim.Data.MySQLMapper |
8 | { | 8 | { |
9 | public class MySQLDataReader : OpenSimDataReader | 9 | public class MySQLDataReader : OpenSimDataReader |
10 | { | 10 | { |