Hardware/CPU/IntelCPU.cs
changeset 110 411b72b73d8f
parent 109 70d0c3102424
child 114 69dfa910e628
     1.1 --- a/Hardware/CPU/IntelCPU.cs	Thu May 06 19:20:38 2010 +0000
     1.2 +++ b/Hardware/CPU/IntelCPU.cs	Sun May 09 16:22:13 2010 +0000
     1.3 @@ -233,15 +233,15 @@
     1.4        Update();                   
     1.5      }
     1.6  
     1.7 -    public string Name {
     1.8 +    public override string Name {
     1.9        get { return name; }
    1.10      }
    1.11  
    1.12 -    public Identifier Identifier {
    1.13 +    public override Identifier Identifier {
    1.14        get { return new Identifier("intelcpu", processorIndex.ToString()); }
    1.15      }
    1.16  
    1.17 -    public Image Icon {
    1.18 +    public override Image Icon {
    1.19        get { return icon; }
    1.20      }
    1.21  
    1.22 @@ -258,7 +258,7 @@
    1.23        }
    1.24      }
    1.25  
    1.26 -    public string GetReport() {
    1.27 +    public override string GetReport() {
    1.28        StringBuilder r = new StringBuilder();
    1.29  
    1.30        r.AppendLine("Intel CPU");
    1.31 @@ -311,7 +311,7 @@
    1.32          (timeEnd - timeBegin);
    1.33      }
    1.34  
    1.35 -    public void Update() {      
    1.36 +    public override void Update() {      
    1.37        for (int i = 0; i < coreTemperatures.Length; i++) {
    1.38          uint eax, edx;
    1.39          if (WinRing0.RdmsrTx(