diff options
Diffstat (limited to 'OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs')
-rw-r--r-- | OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs b/OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs index 368405b..1f4c6be 100644 --- a/OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs +++ b/OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs | |||
@@ -167,6 +167,16 @@ namespace OpenSim.Storage.LocalStorageSQLite | |||
167 | 167 | ||
168 | } | 168 | } |
169 | 169 | ||
170 | public void SaveParcels(ParcelData[] parcel_manager) | ||
171 | { | ||
172 | |||
173 | } | ||
174 | |||
175 | public void LoadParcels(ILocalStorageParcelReceiver recv) | ||
176 | { | ||
177 | recv.NoParcelDataFromStorage(); | ||
178 | } | ||
179 | |||
170 | public void ShutDown() | 180 | public void ShutDown() |
171 | { | 181 | { |
172 | db.Close(); | 182 | db.Close(); |