diff options
author | Justin Clark-Casey (justincc) | 2012-10-12 00:10:51 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-12 00:10:51 +0100 |
commit | 387ce8ef35e7084895524507d6bba987b8c4a5d0 (patch) | |
tree | fb49de533245a57e841fe40d07d845836b254008 /OpenSim | |
parent | Fix packetpool for ImprovedTerseObjectUpdate packets. (diff) | |
download | opensim-SC_OLD-387ce8ef35e7084895524507d6bba987b8c4a5d0.zip opensim-SC_OLD-387ce8ef35e7084895524507d6bba987b8c4a5d0.tar.gz opensim-SC_OLD-387ce8ef35e7084895524507d6bba987b8c4a5d0.tar.bz2 opensim-SC_OLD-387ce8ef35e7084895524507d6bba987b8c4a5d0.tar.xz |
Fix build break by moving OpenSim.Framework.Console back below HttpServer in the build order.
Luckily, it turns out Framework.Monitoring doesn't need to reference Console directly.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Monitoring/StatsManager.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Monitoring/StatsManager.cs b/OpenSim/Framework/Monitoring/StatsManager.cs index d365190..d7aff03 100644 --- a/OpenSim/Framework/Monitoring/StatsManager.cs +++ b/OpenSim/Framework/Monitoring/StatsManager.cs | |||
@@ -27,7 +27,6 @@ | |||
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
30 | using OpenSim.Framework.Console; | ||
31 | 30 | ||
32 | namespace OpenSim.Framework.Monitoring | 31 | namespace OpenSim.Framework.Monitoring |
33 | { | 32 | { |
@@ -62,7 +61,7 @@ namespace OpenSim.Framework.Monitoring | |||
62 | public static UserStatsCollector UserStats { get { return userStats; } } | 61 | public static UserStatsCollector UserStats { get { return userStats; } } |
63 | public static SimExtraStatsCollector SimExtraStats { get { return simExtraStats; } } | 62 | public static SimExtraStatsCollector SimExtraStats { get { return simExtraStats; } } |
64 | 63 | ||
65 | public static void RegisterConsoleCommands(CommandConsole console) | 64 | public static void RegisterConsoleCommands(ICommandConsole console) |
66 | { | 65 | { |
67 | console.Commands.AddCommand( | 66 | console.Commands.AddCommand( |
68 | "General", | 67 | "General", |