From 91e346358283e43644ef9a28483d9fac0b159e45 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sat, 13 Sep 2008 17:50:02 +0000 Subject: Remove the cruft of accessing a private member of another module's class from DataSnapshot and replace it with a best practices approach, making it much less dependent on the land module's internal structure and types. --- OpenSim/Region/Environment/Interfaces/ILandChannel.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Environment/Interfaces/ILandChannel.cs') diff --git a/OpenSim/Region/Environment/Interfaces/ILandChannel.cs b/OpenSim/Region/Environment/Interfaces/ILandChannel.cs index 4a74949..98998f7 100644 --- a/OpenSim/Region/Environment/Interfaces/ILandChannel.cs +++ b/OpenSim/Region/Environment/Interfaces/ILandChannel.cs @@ -36,6 +36,7 @@ namespace OpenSim.Region.Environment.Interfaces { List ParcelsNearPoint(Vector3 position); + List AllParcels(); ILandObject GetLandObject(int x, int y); ILandObject GetLandObject(float x, float y); bool IsLandPrimCountTainted(); -- cgit v1.1