diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-13 11:06:50 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-13 11:06:50 +0300 |
| commit | fc43b9d6ed5770eaf1496acba8fe7ecd3eb5410c (patch) | |
| tree | 72a62b24640aad7ad9f3607005ea47b48e5af3e5 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs | |
| parent | 349c18600a2c6c5077bb339b0137f9e37882e06f (diff) | |
| parent | acde45615085df2a8ca4286f55f42ea16aee1943 (diff) | |
| download | Tango-fc43b9d6ed5770eaf1496acba8fe7ecd3eb5410c.tar.gz Tango-fc43b9d6ed5770eaf1496acba8fe7ecd3eb5410c.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs index 096431d63..8856bcfd4 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs @@ -13,6 +13,6 @@ namespace Tango.PPC.Common.MachineSetup double DownloadingPackagesProgress { get; } String DownloadingPackagesStatus { get; } event EventHandler<MachineSetupSteps> ProgressStep; - Task Setup(String serialNumber, String hostAddress); + Task<MachineSetupResult> Setup(String serialNumber, String hostAddress); } } |
