Gunnar Mills | 701e021 | 2017-04-03 11:21:27 -0500 | [diff] [blame] | 1 | #include "download_manager.hpp" |
2 | |||||
3 | namespace phosphor | ||||
4 | { | ||||
5 | namespace software | ||||
6 | { | ||||
7 | namespace manager | ||||
8 | { | ||||
9 | |||||
10 | void Download::downloadViaTFTP(const std::string fileName, | ||||
11 | const std::string serverAddress) | ||||
12 | { | ||||
13 | return; | ||||
14 | } | ||||
15 | |||||
16 | } // namespace manager | ||||
17 | } // namespace software | ||||
18 | } // namespace phosphor | ||||
19 |