aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/CpuCounterObject.cs
diff options
context:
space:
mode:
authorlbsa712007-07-17 17:57:46 +0000
committerlbsa712007-07-17 17:57:46 +0000
commitfea3c20576d195609dac1276344ce9c5252140d7 (patch)
treedb0042c594c49df7f8268f21acb0d8e271cbf32f /OpenSim/Region/Examples/SimpleApp/CpuCounterObject.cs
parentchange to floats where needed (diff)
downloadopensim-SC_OLD-fea3c20576d195609dac1276344ce9c5252140d7.zip
opensim-SC_OLD-fea3c20576d195609dac1276344ce9c5252140d7.tar.gz
opensim-SC_OLD-fea3c20576d195609dac1276344ce9c5252140d7.tar.bz2
opensim-SC_OLD-fea3c20576d195609dac1276344ce9c5252140d7.tar.xz
* renamed MySceneObject to CpuCounterObject
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/CpuCounterObject.cs (renamed from OpenSim/Region/Examples/SimpleApp/MySceneObject.cs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MySceneObject.cs b/OpenSim/Region/Examples/SimpleApp/CpuCounterObject.cs
index 3828b9d..26ecf01 100644
--- a/OpenSim/Region/Examples/SimpleApp/MySceneObject.cs
+++ b/OpenSim/Region/Examples/SimpleApp/CpuCounterObject.cs
@@ -9,11 +9,11 @@ using System.Diagnostics;
9 9
10namespace SimpleApp 10namespace SimpleApp
11{ 11{
12 public class MySceneObject : SceneObject 12 public class CpuCounterObject : SceneObject
13 { 13 {
14 private PerformanceCounter m_counter; 14 private PerformanceCounter m_counter;
15 15
16 public MySceneObject(Scene world, EventManager eventManager, LLUUID ownerID, uint localID, LLVector3 pos, PrimitiveBaseShape shape) 16 public CpuCounterObject(Scene world, EventManager eventManager, LLUUID ownerID, uint localID, LLVector3 pos, PrimitiveBaseShape shape)
17 : base(world, eventManager, ownerID, localID, pos, shape ) 17 : base(world, eventManager, ownerID, localID, pos, shape )
18 { 18 {
19 String objectName = "Processor"; 19 String objectName = "Processor";