Gunnar Mills | e91d321 | 2017-04-19 15:42:47 -0500 | [diff] [blame] | 1 | #include <string> |
2 | #include "image_manager.hpp" | ||||
3 | |||||
4 | namespace phosphor | ||||
5 | { | ||||
6 | namespace software | ||||
7 | { | ||||
8 | namespace manager | ||||
9 | { | ||||
10 | |||||
11 | int processImage(const std::string& tarFilePath) | ||||
12 | { | ||||
13 | return 0; | ||||
14 | } | ||||
15 | |||||
16 | } // namespace manager | ||||
17 | } // namespace software | ||||
18 | } // namepsace phosphor |