aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQLMapper
diff options
context:
space:
mode:
authorJeff Ames2008-04-03 18:25:01 +0000
committerJeff Ames2008-04-03 18:25:01 +0000
commit4f174fbf57160acc05911e9e3b342e8da9eb3644 (patch)
treecfbc8ecf3470dc729aec6cfe2ba2db3d7b63774e /OpenSim/Data/MySQLMapper
parent* Attempted resolution for mantis 854 (diff)
downloadopensim-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.cs30
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 @@
1using System; 1using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Data; 3using System.Data;
4using System.Text; 4using System.Text;
5using OpenSim.Data.Base; 5using OpenSim.Data.Base;
6 6
7namespace OpenSim.Data.MySQLMapper 7namespace 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}