diff options
author | Melanie | 2010-01-09 20:46:32 +0000 |
---|---|---|
committer | Melanie | 2010-01-09 20:46:32 +0000 |
commit | 28d6705358c2e383fb46c57f064de4dcff144e33 (patch) | |
tree | 9a95b712626d89ec8b957352a84b3c51f2b344ca /OpenSim/Services/Connectors/Grid | |
parent | Less refs to UserProfileCacheService. Compiles but likely doesn't run. (diff) | |
download | opensim-SC_OLD-28d6705358c2e383fb46c57f064de4dcff144e33.zip opensim-SC_OLD-28d6705358c2e383fb46c57f064de4dcff144e33.tar.gz opensim-SC_OLD-28d6705358c2e383fb46c57f064de4dcff144e33.tar.bz2 opensim-SC_OLD-28d6705358c2e383fb46c57f064de4dcff144e33.tar.xz |
Preliminary work on the new default region setting mechanism
Diffstat (limited to 'OpenSim/Services/Connectors/Grid')
-rw-r--r-- | OpenSim/Services/Connectors/Grid/GridServiceConnector.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Grid/GridServiceConnector.cs b/OpenSim/Services/Connectors/Grid/GridServiceConnector.cs index 99aa3fb..7f1f2fd 100644 --- a/OpenSim/Services/Connectors/Grid/GridServiceConnector.cs +++ b/OpenSim/Services/Connectors/Grid/GridServiceConnector.cs | |||
@@ -450,5 +450,19 @@ namespace OpenSim.Services.Connectors | |||
450 | 450 | ||
451 | #endregion | 451 | #endregion |
452 | 452 | ||
453 | public List<GridRegion> GetDefaultRegions(UUID scopeID) | ||
454 | { | ||
455 | return null; | ||
456 | } | ||
457 | |||
458 | public List<GridRegion> GetFallbackRegions(UUID scopeID, int x, int y) | ||
459 | { | ||
460 | return null; | ||
461 | } | ||
462 | |||
463 | public int GetRegionFlags(UUID scopeID, UUID regionID) | ||
464 | { | ||
465 | return 0; | ||
466 | } | ||
453 | } | 467 | } |
454 | } | 468 | } |