diff options
author | Teravus Ovares | 2009-01-07 03:40:13 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-01-07 03:40:13 +0000 |
commit | 9bd827a642c7178b9a0e0af103303c702cb40b64 (patch) | |
tree | dcb30a2a21f548847f28e7affb312074d5ee7f44 /OpenSim/Region/UserStatistics/IStatsReport.cs | |
parent | * prune and regrade log messages relating to client login and logout (diff) | |
download | opensim-SC_OLD-9bd827a642c7178b9a0e0af103303c702cb40b64.zip opensim-SC_OLD-9bd827a642c7178b9a0e0af103303c702cb40b64.tar.gz opensim-SC_OLD-9bd827a642c7178b9a0e0af103303c702cb40b64.tar.bz2 opensim-SC_OLD-9bd827a642c7178b9a0e0af103303c702cb40b64.tar.xz |
* Added a client version report.
* Added a report-> link generator.
Diffstat (limited to 'OpenSim/Region/UserStatistics/IStatsReport.cs')
-rw-r--r-- | OpenSim/Region/UserStatistics/IStatsReport.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/UserStatistics/IStatsReport.cs b/OpenSim/Region/UserStatistics/IStatsReport.cs index effe66e..e0ecce4 100644 --- a/OpenSim/Region/UserStatistics/IStatsReport.cs +++ b/OpenSim/Region/UserStatistics/IStatsReport.cs | |||
@@ -31,6 +31,7 @@ namespace OpenSim.Region.UserStatistics | |||
31 | { | 31 | { |
32 | public interface IStatsController | 32 | public interface IStatsController |
33 | { | 33 | { |
34 | string ReportName { get; } | ||
34 | Hashtable ProcessModel(Hashtable pParams); | 35 | Hashtable ProcessModel(Hashtable pParams); |
35 | string RenderView(Hashtable pModelResult); | 36 | string RenderView(Hashtable pModelResult); |
36 | } | 37 | } |