diff options
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLSimulationData.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLSimulationData.cs b/OpenSim/Data/MSSQL/MSSQLSimulationData.cs index 47fb6d7..5bb6ec9 100644 --- a/OpenSim/Data/MSSQL/MSSQLSimulationData.cs +++ b/OpenSim/Data/MSSQL/MSSQLSimulationData.cs | |||
@@ -2207,5 +2207,18 @@ VALUES | |||
2207 | { | 2207 | { |
2208 | return new UUID[0]; | 2208 | return new UUID[0]; |
2209 | } | 2209 | } |
2210 | |||
2211 | public void SaveExtra(UUID regionID, string name, string value) | ||
2212 | { | ||
2213 | } | ||
2214 | |||
2215 | public void RemoveExtra(UUID regionID, string name) | ||
2216 | { | ||
2217 | } | ||
2218 | |||
2219 | public Dictionary<string, string> GetExtra(UUID regionID) | ||
2220 | { | ||
2221 | return null; | ||
2222 | } | ||
2210 | } | 2223 | } |
2211 | } | 2224 | } |