* Move AssetStatsReporter to Framework.Statistics

* The hooks are still plugged in too high at the asset server, but then next layer down is the database and this may be refactored soon.
* This change will requires a prebuild
ThreadPoolClientBranch
Justin Clarke Casey 2008-01-28 19:49:07 +00:00
parent 035d807847
commit fa5fe6b7f6
4 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@ using OpenSim.Framework;
using OpenSim.Framework.AssetLoader.Filesystem;
using OpenSim.Framework.Console;
using OpenSim.Framework.Servers;
using OpenSim.Framework.Statistics;
namespace OpenSim.Grid.AssetServer
{

View File

@ -35,6 +35,7 @@ using libsecondlife;
using OpenSim.Framework;
using OpenSim.Framework.Console;
using OpenSim.Framework.Servers;
using OpenSim.Framework.Statistics;
namespace OpenSim.Grid.AssetServer
{

View File

@ -1050,6 +1050,7 @@
<Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Framework.Servers"/>
<Reference name="OpenSim.Framework.Communications"/>
<Reference name="OpenSim.Framework.Statistics"/>
<Reference name="libsecondlife.dll"/>
<Files>