diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs b/OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs index 7b77b30..65158e1 100644 --- a/OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs | |||
@@ -35,6 +35,8 @@ namespace OpenSim.Region.Framework.Interfaces | |||
35 | void TaintPrimCount(ILandObject land); | 35 | void TaintPrimCount(ILandObject land); |
36 | void TaintPrimCount(int x, int y); | 36 | void TaintPrimCount(int x, int y); |
37 | void TaintPrimCount(); | 37 | void TaintPrimCount(); |
38 | |||
39 | IPrimCounts GetPrimCounts(UUID parcelID); | ||
38 | } | 40 | } |
39 | 41 | ||
40 | public interface IPrimCounts | 42 | public interface IPrimCounts |