diff options
author | Justin Clark-Casey (justincc) | 2011-03-25 21:47:54 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-03-25 21:47:54 +0000 |
commit | 7f5019b0f23959ca049f87b596bc2bd47725eb0d (patch) | |
tree | c1d4c15dd7e6c2d37e8b26a93f2d937774a52460 /OpenSim/Region/Framework | |
parent | factor out common test setup code in PCM tests (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ILandObject.cs | 5 |
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> |