Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.

This better reflects the long-term purpose of that project and matches Monitoring modules.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-07-25 23:11:50 +01:00
parent 227126adb7
commit 35efa88c26
27 changed files with 50 additions and 53 deletions

View File

@@ -30,7 +30,7 @@ using System.Collections.Generic;
using System.Timers;
using OpenMetaverse.Packets;
using OpenSim.Framework;
using OpenSim.Framework.Statistics;
using OpenSim.Framework.Monitoring;
using OpenSim.Region.Framework.Interfaces;
namespace OpenSim.Region.Framework.Scenes