blob: c4c2cd3344ebf12372318942e0de6dee0c356467 [file] [log] [blame]
#include "download_manager.hpp"
namespace phosphor
{
namespace software
{
namespace manager
{
void Download::downloadViaTFTP(const std::string fileName,
const std::string serverAddress)
{
return;
}
} // namespace manager
} // namespace software
} // namespace phosphor