diff options
Diffstat (limited to 'OpenSim/Region/UserStatistics/IStatsReport.cs')
-rw-r--r-- | OpenSim/Region/UserStatistics/IStatsReport.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/UserStatistics/IStatsReport.cs b/OpenSim/Region/UserStatistics/IStatsReport.cs new file mode 100644 index 0000000..4295c82 --- /dev/null +++ b/OpenSim/Region/UserStatistics/IStatsReport.cs | |||
@@ -0,0 +1,10 @@ | |||
1 | using System.Collections; | ||
2 | |||
3 | namespace OpenSim.Region.UserStatistics | ||
4 | { | ||
5 | public interface IStatsController | ||
6 | { | ||
7 | Hashtable ProcessModel(Hashtable pParams); | ||
8 | string RenderView(Hashtable pModelResult); | ||
9 | } | ||
10 | } | ||