mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +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:
@@ -156,6 +156,11 @@ namespace OpenSim.Data.MSSQL
|
||||
|
||||
//After this we have a empty fully configured DataSet.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Dispose the database
|
||||
/// </summary>
|
||||
public void Dispose() {}
|
||||
|
||||
/// <summary>
|
||||
/// Loads the objects present in the region.
|
||||
|
||||
Reference in New Issue
Block a user