aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ILandChannel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/ILandChannel.cs')
-rw-r--r--OpenSim/Framework/ILandChannel.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/ILandChannel.cs b/OpenSim/Framework/ILandChannel.cs
index 63cc7eb..44a24b9 100644
--- a/OpenSim/Framework/ILandChannel.cs
+++ b/OpenSim/Framework/ILandChannel.cs
@@ -38,7 +38,7 @@ namespace OpenSim.Region.Framework.Interfaces
38 /// </summary> 38 /// </summary>
39 /// <returns></returns> 39 /// <returns></returns>
40 List<ILandObject> AllParcels(); 40 List<ILandObject> AllParcels();
41 41
42 /// <summary> 42 /// <summary>
43 /// Get the parcel at the specified point 43 /// Get the parcel at the specified point
44 /// </summary> 44 /// </summary>
@@ -75,7 +75,7 @@ namespace OpenSim.Region.Framework.Interfaces
75 /// <param name="localID"></param> 75 /// <param name="localID"></param>
76 /// <returns></returns> 76 /// <returns></returns>
77 ILandObject GetLandObject(int localID); 77 ILandObject GetLandObject(int localID);
78 78
79 /// <summary> 79 /// <summary>
80 /// Clear the land channel of all parcels. 80 /// Clear the land channel of all parcels.
81 /// </summary> 81 /// </summary>
@@ -83,7 +83,7 @@ namespace OpenSim.Region.Framework.Interfaces
83 /// If true, set up a default parcel covering the whole region owned by the estate owner. 83 /// If true, set up a default parcel covering the whole region owned by the estate owner.
84 /// </param> 84 /// </param>
85 void Clear(bool setupDefaultParcel); 85 void Clear(bool setupDefaultParcel);
86 86
87 bool IsForcefulBansAllowed(); 87 bool IsForcefulBansAllowed();
88 void UpdateLandObject(int localID, LandData data); 88 void UpdateLandObject(int localID, LandData data);
89 void ReturnObjectsInParcel(int localID, uint returnType, UUID[] agentIDs, UUID[] taskIDs, IClientAPI remoteClient); 89 void ReturnObjectsInParcel(int localID, uint returnType, UUID[] agentIDs, UUID[] taskIDs, IClientAPI remoteClient);