mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
reorganizing namespaces to put all the Data stuff into it's own namespace
/ dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together.
This commit is contained in:
10
OpenSim/Data/DataStoreBase.cs
Normal file
10
OpenSim/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