mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +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:
@@ -105,6 +105,8 @@ namespace OpenSim.Data.NHibernate
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
public void Dispose() {}
|
||||
|
||||
public void StoreRegionSettings(RegionSettings rs)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user