diff options
author | Justin Clark-Casey (justincc) | 2011-03-29 23:08:44 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-03-29 23:08:44 +0100 |
commit | f754dedbef45097910f3977ca22e9afaaaed9196 (patch) | |
tree | 88f2119ec41194436baae80c974795f4083f0944 /OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs | |
parent | Improvement over 2 commits ago: make the hyperlink check understand port 80. (diff) | |
parent | disable prim count debug logging temporarily (diff) | |
download | opensim-SC_OLD-f754dedbef45097910f3977ca22e9afaaaed9196.zip opensim-SC_OLD-f754dedbef45097910f3977ca22e9afaaaed9196.tar.gz opensim-SC_OLD-f754dedbef45097910f3977ca22e9afaaaed9196.tar.bz2 opensim-SC_OLD-f754dedbef45097910f3977ca22e9afaaaed9196.tar.xz |
Merge branch 'primcounts'
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs b/OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs index 65158e1..d63da2e 100644 --- a/OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs | |||
@@ -38,18 +38,4 @@ namespace OpenSim.Region.Framework.Interfaces | |||
38 | 38 | ||
39 | IPrimCounts GetPrimCounts(UUID parcelID); | 39 | IPrimCounts GetPrimCounts(UUID parcelID); |
40 | } | 40 | } |
41 | 41 | } \ No newline at end of file | |
42 | public interface IPrimCounts | ||
43 | { | ||
44 | int Owner { get; } | ||
45 | int Group { get; } | ||
46 | int Others { get; } | ||
47 | int Simulator { get; } | ||
48 | IUserPrimCounts Users { get; } | ||
49 | } | ||
50 | |||
51 | public interface IUserPrimCounts | ||
52 | { | ||
53 | int this[UUID agentID] { get; } | ||
54 | } | ||
55 | } | ||