mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-02 23:35:29 +00:00
Fixed Issue 171.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
The Initial Developer of the Original Code is
|
The Initial Developer of the Original Code is
|
||||||
Michael Möller <m.moeller@gmx.ch>.
|
Michael Möller <m.moeller@gmx.ch>.
|
||||||
Portions created by the Initial Developer are Copyright (C) 2009-2010
|
Portions created by the Initial Developer are Copyright (C) 2009-2011
|
||||||
the Initial Developer. All Rights Reserved.
|
the Initial Developer. All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s): Paul Werelds
|
Contributor(s): Paul Werelds
|
||||||
@@ -162,6 +162,9 @@ namespace OpenHardwareMonitor.Hardware.HDD {
|
|||||||
visitor.VisitHardware(this);
|
visitor.VisitHardware(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Traverse(IVisitor visitor) { }
|
public void Traverse(IVisitor visitor) {
|
||||||
|
foreach (ISensor sensor in Sensors)
|
||||||
|
sensor.Accept(visitor);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user