aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Statistics/Interfaces
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-14 21:27:54 +0000
committerJustin Clarke Casey2008-05-14 21:27:54 +0000
commit56faeafdae5b4b76593e268bc994a7f663bd5685 (patch)
tree720efa22432151d2faaab08c61065a0ba02a047f /OpenSim/Framework/Statistics/Interfaces
parent* Fixed attaching objects that are in-world. (diff)
downloadopensim-SC_OLD-56faeafdae5b4b76593e268bc994a7f663bd5685.zip
opensim-SC_OLD-56faeafdae5b4b76593e268bc994a7f663bd5685.tar.gz
opensim-SC_OLD-56faeafdae5b4b76593e268bc994a7f663bd5685.tar.bz2
opensim-SC_OLD-56faeafdae5b4b76593e268bc994a7f663bd5685.tar.xz
* Refactor: Renaming non viewer statistics classes from Reporters to Collectors - this seems more intuitive
Diffstat (limited to 'OpenSim/Framework/Statistics/Interfaces')
-rw-r--r--OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs b/OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs
index 0d85919..9a3ee8e 100644
--- a/OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs
+++ b/OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs
@@ -28,7 +28,7 @@
28namespace OpenSim.Framework.Statistics.Interfaces 28namespace OpenSim.Framework.Statistics.Interfaces
29{ 29{
30 /// <summary> 30 /// <summary>
31 /// Description of IPullStatsProvider. 31 /// Implemented by objects which allow statistical information to be pulled from them.
32 /// </summary> 32 /// </summary>
33 public interface IPullStatsProvider 33 public interface IPullStatsProvider
34 { 34 {