diff options
author | Sean Dague | 2008-04-02 15:22:39 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-02 15:22:39 +0000 |
commit | 35420b21a3a0a3e8f104f7ce1c9d6c091a8f5212 (patch) | |
tree | d0ce7aab84032a1daf50aac05a58a8f55a01f301 /OpenSim/Data/DataStoreBase.cs | |
parent | * Add some temporary task inventory item inflation debug messages to investig... (diff) | |
download | opensim-SC_OLD-35420b21a3a0a3e8f104f7ce1c9d6c091a8f5212.zip opensim-SC_OLD-35420b21a3a0a3e8f104f7ce1c9d6c091a8f5212.tar.gz opensim-SC_OLD-35420b21a3a0a3e8f104f7ce1c9d6c091a8f5212.tar.bz2 opensim-SC_OLD-35420b21a3a0a3e8f104f7ce1c9d6c091a8f5212.tar.xz |
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.
Diffstat (limited to 'OpenSim/Data/DataStoreBase.cs')
-rw-r--r-- | OpenSim/Data/DataStoreBase.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Data/DataStoreBase.cs b/OpenSim/Data/DataStoreBase.cs new file mode 100644 index 0000000..92604f2 --- /dev/null +++ b/OpenSim/Data/DataStoreBase.cs | |||
@@ -0,0 +1,10 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Framework.Data | ||
6 | { | ||
7 | public abstract class DataStoreBase | ||
8 | { | ||
9 | } | ||
10 | } | ||