aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/ILandChannel.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-09-13 17:50:02 +0000
committerMelanie Thielker2008-09-13 17:50:02 +0000
commit91e346358283e43644ef9a28483d9fac0b159e45 (patch)
treeaa81e60a0bc02c39b16b803e015d170849e4328d /OpenSim/Region/Environment/Interfaces/ILandChannel.cs
parentFix a typo in the DataSnapshot module (diff)
downloadopensim-SC_OLD-91e346358283e43644ef9a28483d9fac0b159e45.zip
opensim-SC_OLD-91e346358283e43644ef9a28483d9fac0b159e45.tar.gz
opensim-SC_OLD-91e346358283e43644ef9a28483d9fac0b159e45.tar.bz2
opensim-SC_OLD-91e346358283e43644ef9a28483d9fac0b159e45.tar.xz
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.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Interfaces/ILandChannel.cs1
1 files changed, 1 insertions, 0 deletions
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
36 { 36 {
37 37
38 List<ILandObject> ParcelsNearPoint(Vector3 position); 38 List<ILandObject> ParcelsNearPoint(Vector3 position);
39 List<ILandObject> AllParcels();
39 ILandObject GetLandObject(int x, int y); 40 ILandObject GetLandObject(int x, int y);
40 ILandObject GetLandObject(float x, float y); 41 ILandObject GetLandObject(float x, float y);
41 bool IsLandPrimCountTainted(); 42 bool IsLandPrimCountTainted();