diff options
author | Homer Horwitz | 2008-09-18 20:10:09 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-09-18 20:10:09 +0000 |
commit | 1c08f46ec3397f4e4fd5897107c0df89bec70d84 (patch) | |
tree | 9c6896ead729fcf0f0a9357f4a232ce2ad1d6106 /OpenSim/Data/MSSQL/MSSQLRegionData.cs | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=2212 (diff) | |
download | opensim-SC_OLD-1c08f46ec3397f4e4fd5897107c0df89bec70d84.zip opensim-SC_OLD-1c08f46ec3397f4e4fd5897107c0df89bec70d84.tar.gz opensim-SC_OLD-1c08f46ec3397f4e4fd5897107c0df89bec70d84.tar.bz2 opensim-SC_OLD-1c08f46ec3397f4e4fd5897107c0df89bec70d84.tar.xz |
- 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)
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLRegionData.cs')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLRegionData.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLRegionData.cs b/OpenSim/Data/MSSQL/MSSQLRegionData.cs index 8b808d3..ae94252 100644 --- a/OpenSim/Data/MSSQL/MSSQLRegionData.cs +++ b/OpenSim/Data/MSSQL/MSSQLRegionData.cs | |||
@@ -156,6 +156,11 @@ namespace OpenSim.Data.MSSQL | |||
156 | 156 | ||
157 | //After this we have a empty fully configured DataSet. | 157 | //After this we have a empty fully configured DataSet. |
158 | } | 158 | } |
159 | |||
160 | /// <summary> | ||
161 | /// Dispose the database | ||
162 | /// </summary> | ||
163 | public void Dispose() {} | ||
159 | 164 | ||
160 | /// <summary> | 165 | /// <summary> |
161 | /// Loads the objects present in the region. | 166 | /// Loads the objects present in the region. |