mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
- Add Dispose method to IRegionDataStore
- Add necessary dummy Dispose-methods where they are missing - Implement the SQLite Dispose-methods (currently only used for unit tests, in the next commit)
This commit is contained in:
@@ -43,6 +43,10 @@ namespace OpenSim.Data.Null
|
||||
return;
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
}
|
||||
|
||||
public void StoreRegionSettings(RegionSettings rs)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user