Removed RequestLandData from IGridService because it's already in another place.

Moved GetMapBlocks to a new interface IMapService.
This commit is contained in:
Diva Canto
2009-09-11 13:08:43 -07:00
parent 8fd604dcd4
commit f6c4221a0d
2 changed files with 38 additions and 4 deletions

View File

@@ -79,10 +79,6 @@ namespace OpenSim.Services.Interfaces
// Not sure about these two (diva)
List<MapBlockData> RequestNeighbourMapBlocks(UUID scopeID, int minX, int minY, int maxX, int maxY);
// not complete yet, only contains the fields needed for ParcelInfoReqeust
LandData RequestLandData(UUID scopeID, ulong regionHandle, uint x, uint y);
}
}