mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* More work on getting the database framework to actually work
This commit is contained in:
@@ -7,7 +7,7 @@ using TribalMedia.Framework.Data;
|
||||
|
||||
namespace OpenSim.Framework.Data
|
||||
{
|
||||
public class OpenSimDataReader : DataReader
|
||||
public class OpenSimDataReader : BaseDataReader
|
||||
{
|
||||
public OpenSimDataReader(IDataReader source) : base(source)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user