aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ILandObject.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-03-25 21:47:54 +0000
committerJustin Clark-Casey (justincc)2011-03-25 21:47:54 +0000
commit7f5019b0f23959ca049f87b596bc2bd47725eb0d (patch)
treec1d4c15dd7e6c2d37e8b26a93f2d937774a52460 /OpenSim/Region/Framework/Interfaces/ILandObject.cs
parentfactor out common test setup code in PCM tests (diff)
downloadopensim-SC_OLD-7f5019b0f23959ca049f87b596bc2bd47725eb0d.zip
opensim-SC_OLD-7f5019b0f23959ca049f87b596bc2bd47725eb0d.tar.gz
opensim-SC_OLD-7f5019b0f23959ca049f87b596bc2bd47725eb0d.tar.bz2
opensim-SC_OLD-7f5019b0f23959ca049f87b596bc2bd47725eb0d.tar.xz
Add ILandObject.IPrimCounts for the new prim count module.
Not functional yet, but tests now act against this object rather than interrogating the module directly
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/ILandObject.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ILandObject.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ILandObject.cs b/OpenSim/Region/Framework/Interfaces/ILandObject.cs
index eeb9d3a..9c0abde 100644
--- a/OpenSim/Region/Framework/Interfaces/ILandObject.cs
+++ b/OpenSim/Region/Framework/Interfaces/ILandObject.cs
@@ -46,6 +46,11 @@ namespace OpenSim.Region.Framework.Interfaces
46 UUID RegionUUID { get; } 46 UUID RegionUUID { get; }
47 47
48 /// <summary> 48 /// <summary>
49 /// Prim counts for this land object.
50 /// </summary>
51 IPrimCounts PrimCounts { get; set; }
52
53 /// <summary>
49 /// The start point for the land object. This is the western-most point as one scans land working from 54 /// The start point for the land object. This is the western-most point as one scans land working from
50 /// north to south. 55 /// north to south.
51 /// </summary> 56 /// </summary>