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/ActiveConnectionsAJAX.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/ActiveConnectionsAJAX.cs')
-rw-r--r-- | OpenSim/Region/UserStatistics/ActiveConnectionsAJAX.cs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/OpenSim/Region/UserStatistics/ActiveConnectionsAJAX.cs b/OpenSim/Region/UserStatistics/ActiveConnectionsAJAX.cs index 9451932..bbaaf44 100644 --- a/OpenSim/Region/UserStatistics/ActiveConnectionsAJAX.cs +++ b/OpenSim/Region/UserStatistics/ActiveConnectionsAJAX.cs | |||
@@ -39,9 +39,15 @@ namespace OpenSim.Region.UserStatistics | |||
39 | { | 39 | { |
40 | public class ActiveConnectionsAJAX : IStatsController | 40 | public class ActiveConnectionsAJAX : IStatsController |
41 | { | 41 | { |
42 | private Vector3 DefaultNeighborPosition = new Vector3(128, 128, 70); | ||
43 | |||
42 | #region IStatsController Members | 44 | #region IStatsController Members |
43 | 45 | ||
44 | private Vector3 DefaultNeighborPosition = new Vector3(128, 128, 70); | 46 | public string ReportName |
47 | { | ||
48 | get { return ""; } | ||
49 | } | ||
50 | |||
45 | public Hashtable ProcessModel(Hashtable pParams) | 51 | public Hashtable ProcessModel(Hashtable pParams) |
46 | { | 52 | { |
47 | 53 | ||