aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQLMapper/MySQLDataReader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQLMapper/MySQLDataReader.cs')
-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}