diff options
Diffstat (limited to 'OpenSim/Data/SQLite')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteSimulationData.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteSimulationData.cs b/OpenSim/Data/SQLite/SQLiteSimulationData.cs index f40e866..56df3cb 100644 --- a/OpenSim/Data/SQLite/SQLiteSimulationData.cs +++ b/OpenSim/Data/SQLite/SQLiteSimulationData.cs | |||
@@ -2890,5 +2890,17 @@ namespace OpenSim.Data.SQLite | |||
2890 | } | 2890 | } |
2891 | } | 2891 | } |
2892 | 2892 | ||
2893 | public void SaveExtra(UUID regionID, string name, string value) | ||
2894 | { | ||
2895 | } | ||
2896 | |||
2897 | public void RemoveExtra(UUID regionID, string name) | ||
2898 | { | ||
2899 | } | ||
2900 | |||
2901 | public Dictionary<string, string> GetExtra(UUID regionID) | ||
2902 | { | ||
2903 | return null; | ||
2904 | } | ||
2893 | } | 2905 | } |
2894 | } | 2906 | } |