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:
Sean Dague
2008-04-02 15:22:39 +00:00
parent 1038c244cf
commit 35420b21a3
16 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Framework.Data
{
public abstract class DataStoreBase
{
}
}