mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Introduced common abstract AssetDataBase implementing IAssetProvider
* changed the semantics of SQLiteBase to SQLiteUtils * Added abstract placeholder files for the other db providers
This commit is contained in:
10
OpenSim/Framework/Data/DataStoreBase.cs
Normal file
10
OpenSim/Framework/Data/DataStoreBase.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Framework.Data
|
||||
{
|
||||
public abstract class DataStoreBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user