diff -r 70d0c3102424 -r 411b72b73d8f Hardware/CPU/IntelCPU.cs --- a/Hardware/CPU/IntelCPU.cs Thu May 06 19:20:38 2010 +0000 +++ b/Hardware/CPU/IntelCPU.cs Sun May 09 16:22:13 2010 +0000 @@ -233,15 +233,15 @@ Update(); } - public string Name { + public override string Name { get { return name; } } - public Identifier Identifier { + public override Identifier Identifier { get { return new Identifier("intelcpu", processorIndex.ToString()); } } - public Image Icon { + public override Image Icon { get { return icon; } } @@ -258,7 +258,7 @@ } } - public string GetReport() { + public override string GetReport() { StringBuilder r = new StringBuilder(); r.AppendLine("Intel CPU"); @@ -311,7 +311,7 @@ (timeEnd - timeBegin); } - public void Update() { + public override void Update() { for (int i = 0; i < coreTemperatures.Length; i++) { uint eax, edx; if (WinRing0.RdmsrTx(