aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLRegionData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLRegionData.cs5
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.