diff options
author | Justin Clarke Casey | 2008-02-04 16:22:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-04 16:22:58 +0000 |
commit | a1c9349d4765833691e7816d7f4df7bd37b9ee36 (patch) | |
tree | 2e108496bc6761f6ed1ec671a97bf6b4ba5e6137 /OpenSim/Framework/Statistics/AssetStatsReporter.cs | |
parent | * Added note in CONTRIBUTORS.txt for _someone/mikkopa - RealXtend (diff) | |
download | opensim-SC-a1c9349d4765833691e7816d7f4df7bd37b9ee36.zip opensim-SC-a1c9349d4765833691e7816d7f4df7bd37b9ee36.tar.gz opensim-SC-a1c9349d4765833691e7816d7f4df7bd37b9ee36.tar.bz2 opensim-SC-a1c9349d4765833691e7816d7f4df7bd37b9ee36.tar.xz |
Refactor only: serve stats objects directly through StatsManager singleton
Diffstat (limited to 'OpenSim/Framework/Statistics/AssetStatsReporter.cs')
-rw-r--r-- | OpenSim/Framework/Statistics/AssetStatsReporter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Statistics/AssetStatsReporter.cs b/OpenSim/Framework/Statistics/AssetStatsReporter.cs index bcd3a75..4f2ef86 100644 --- a/OpenSim/Framework/Statistics/AssetStatsReporter.cs +++ b/OpenSim/Framework/Statistics/AssetStatsReporter.cs | |||
@@ -30,7 +30,7 @@ using System; | |||
30 | using System.Text; | 30 | using System.Text; |
31 | using System.Timers; | 31 | using System.Timers; |
32 | 32 | ||
33 | namespace OpenSim.Grid.AssetServer | 33 | namespace OpenSim.Framework.Statistics |
34 | { | 34 | { |
35 | /// <summary> | 35 | /// <summary> |
36 | /// Collects and reports information on the requests made to the asset server | 36 | /// Collects and reports information on the requests made to the asset server |