Matthew Barth | 293477d | 2017-02-17 15:39:36 -0600 | [diff] [blame] | 1 | #include "fan_enclosure.hpp" |
2 | |||||
3 | |||||
4 | namespace phosphor | ||||
5 | { | ||||
6 | namespace fan | ||||
7 | { | ||||
8 | namespace presence | ||||
9 | { | ||||
10 | |||||
Matthew Barth | b803445 | 2017-02-17 16:39:46 -0600 | [diff] [blame^] | 11 | void FanEnclosure::addInventory() |
12 | { | ||||
13 | //TODO Add this fan to inventory | ||||
14 | } | ||||
Matthew Barth | 293477d | 2017-02-17 15:39:36 -0600 | [diff] [blame] | 15 | |
16 | } // namespace presence | ||||
17 | } // namespace fan | ||||
18 | } // namespace phosphor |