mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
whole lot more moving
This commit is contained in:
15
OpenSim/Data/MySQLMapper/MySQLDataReader.cs
Normal file
15
OpenSim/Data/MySQLMapper/MySQLDataReader.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Text;
|
||||
using OpenSim.Framework.Data.Base;
|
||||
|
||||
namespace OpenSim.Framework.Data.MySQLMapper
|
||||
{
|
||||
public class MySQLDataReader : OpenSimDataReader
|
||||
{
|
||||
public MySQLDataReader(IDataReader source) : base(source)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user