aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/UserStatistics/Prototype_distributor.cs
diff options
context:
space:
mode:
authorTeravus Ovares2009-01-07 03:40:13 +0000
committerTeravus Ovares2009-01-07 03:40:13 +0000
commit9bd827a642c7178b9a0e0af103303c702cb40b64 (patch)
treedcb30a2a21f548847f28e7affb312074d5ee7f44 /OpenSim/Region/UserStatistics/Prototype_distributor.cs
parent* prune and regrade log messages relating to client login and logout (diff)
downloadopensim-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/Prototype_distributor.cs')
-rw-r--r--OpenSim/Region/UserStatistics/Prototype_distributor.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/UserStatistics/Prototype_distributor.cs b/OpenSim/Region/UserStatistics/Prototype_distributor.cs
index 749831e..53ae557 100644
--- a/OpenSim/Region/UserStatistics/Prototype_distributor.cs
+++ b/OpenSim/Region/UserStatistics/Prototype_distributor.cs
@@ -38,7 +38,10 @@ namespace OpenSim.Region.UserStatistics
38 { 38 {
39 private string prototypejs=string.Empty; 39 private string prototypejs=string.Empty;
40 40
41 41 public string ReportName
42 {
43 get { return ""; }
44 }
42 public Hashtable ProcessModel(Hashtable pParams) 45 public Hashtable ProcessModel(Hashtable pParams)
43 { 46 {
44 Hashtable pResult = new Hashtable(); 47 Hashtable pResult = new Hashtable();