diff options
Diffstat (limited to 'OpenSim/Data/PGSQL/PGSQLSimulationData.cs')
-rw-r--r-- | OpenSim/Data/PGSQL/PGSQLSimulationData.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/PGSQL/PGSQLSimulationData.cs b/OpenSim/Data/PGSQL/PGSQLSimulationData.cs index 69b0beb..3924799 100644 --- a/OpenSim/Data/PGSQL/PGSQLSimulationData.cs +++ b/OpenSim/Data/PGSQL/PGSQLSimulationData.cs | |||
@@ -2231,6 +2231,11 @@ namespace OpenSim.Data.PGSQL | |||
2231 | } | 2231 | } |
2232 | } | 2232 | } |
2233 | 2233 | ||
2234 | public UUID[] GetObjectIDs(UUID regionID) | ||
2235 | { | ||
2236 | return new UUID[0]; | ||
2237 | } | ||
2238 | |||
2234 | public void SaveExtra(UUID regionID, string name, string value) | 2239 | public void SaveExtra(UUID regionID, string name, string value) |
2235 | { | 2240 | { |
2236 | } | 2241 | } |