diff options
author | Jeff Ames | 2008-04-03 18:25:01 +0000 |
---|---|---|
committer | Jeff Ames | 2008-04-03 18:25:01 +0000 |
commit | 4f174fbf57160acc05911e9e3b342e8da9eb3644 (patch) | |
tree | cfbc8ecf3470dc729aec6cfe2ba2db3d7b63774e /OpenSim/Data/MySQLMapper | |
parent | * Attempted resolution for mantis 854 (diff) | |
download | opensim-SC_OLD-4f174fbf57160acc05911e9e3b342e8da9eb3644.zip opensim-SC_OLD-4f174fbf57160acc05911e9e3b342e8da9eb3644.tar.gz opensim-SC_OLD-4f174fbf57160acc05911e9e3b342e8da9eb3644.tar.bz2 opensim-SC_OLD-4f174fbf57160acc05911e9e3b342e8da9eb3644.tar.xz |
Update svn properties.
Diffstat (limited to 'OpenSim/Data/MySQLMapper')
-rw-r--r-- | OpenSim/Data/MySQLMapper/MySQLDataReader.cs | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/OpenSim/Data/MySQLMapper/MySQLDataReader.cs b/OpenSim/Data/MySQLMapper/MySQLDataReader.cs index 113e991..7f86495 100644 --- a/OpenSim/Data/MySQLMapper/MySQLDataReader.cs +++ b/OpenSim/Data/MySQLMapper/MySQLDataReader.cs | |||
@@ -1,15 +1,15 @@ | |||
1 | using System; | 1 | using System; |
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.Data.Base; | 5 | using OpenSim.Data.Base; |
6 | 6 | ||
7 | namespace OpenSim.Data.MySQLMapper | 7 | namespace OpenSim.Data.MySQLMapper |
8 | { | 8 | { |
9 | public class MySQLDataReader : OpenSimDataReader | 9 | public class MySQLDataReader : OpenSimDataReader |
10 | { | 10 | { |
11 | public MySQLDataReader(IDataReader source) : base(source) | 11 | public MySQLDataReader(IDataReader source) : base(source) |
12 | { | 12 | { |
13 | } | 13 | } |
14 | } | 14 | } |
15 | } | 15 | } |