aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/DataStoreBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/DataStoreBase.cs')
-rw-r--r--OpenSim/Data/DataStoreBase.cs10
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 @@
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace OpenSim.Framework.Data
6{
7 public abstract class DataStoreBase
8 {
9 }
10}