* Refactor: Renaming non viewer statistics classes from Reporters to Collectors - this seems more intuitive

This commit is contained in:
Justin Clarke Casey
2008-05-14 21:27:54 +00:00
parent e45ace9b54
commit 56faeafdae
5 changed files with 30 additions and 27 deletions

View File

@@ -28,7 +28,7 @@
namespace OpenSim.Framework.Statistics.Interfaces
{
/// <summary>
/// Description of IPullStatsProvider.
/// Implemented by objects which allow statistical information to be pulled from them.
/// </summary>
public interface IPullStatsProvider
{