diff options
author | Mic Bowman | 2011-04-04 20:04:01 -0700 |
---|---|---|
committer | Mic Bowman | 2011-04-04 20:04:01 -0700 |
commit | d5e0674213dc9ca8fb038d2305e1ff5873b6363d (patch) | |
tree | c101a124fe3b81d4236a5f80589593d6afcb9a23 /OpenSim/Data/MSSQL | |
parent | Updates NullStorage plugin. (diff) | |
parent | Make the "All Estates" option work from the client (this makes chosen changes... (diff) | |
download | opensim-SC-d5e0674213dc9ca8fb038d2305e1ff5873b6363d.zip opensim-SC-d5e0674213dc9ca8fb038d2305e1ff5873b6363d.tar.gz opensim-SC-d5e0674213dc9ca8fb038d2305e1ff5873b6363d.tar.bz2 opensim-SC-d5e0674213dc9ca8fb038d2305e1ff5873b6363d.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLEstateData.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLEstateData.cs b/OpenSim/Data/MSSQL/MSSQLEstateData.cs index 92a8d80..d10ebe4 100644 --- a/OpenSim/Data/MSSQL/MSSQLEstateData.cs +++ b/OpenSim/Data/MSSQL/MSSQLEstateData.cs | |||
@@ -372,6 +372,11 @@ namespace OpenSim.Data.MSSQL | |||
372 | return new List<int>(); | 372 | return new List<int>(); |
373 | } | 373 | } |
374 | 374 | ||
375 | public List<int> GetEstatesByOwner(UUID ownerID) | ||
376 | { | ||
377 | return new List<int>(); | ||
378 | } | ||
379 | |||
375 | public bool LinkRegion(UUID regionID, int estateID) | 380 | public bool LinkRegion(UUID regionID, int estateID) |
376 | { | 381 | { |
377 | // TODO: Implementation! | 382 | // TODO: Implementation! |