mirror of
https://github.com/opensim/opensim.git
synced 2026-05-28 04:45:37 +08:00
* changed the semantics of SQLiteBase to SQLiteUtils * Added abstract placeholder files for the other db providers
11 lines
169 B
C#
11 lines
169 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim.Framework.Data
|
|
{
|
|
public abstract class UserDataBase
|
|
{
|
|
}
|
|
}
|