aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-08-13 15:22:25 +0300
committerAvi Levkovich <avi@twine-s.com>2018-08-13 15:22:25 +0300
commitfe8111ccce920b73b47b6af657f1ee4bcac11120 (patch)
tree1f7226ee6bae6572e498ad4ec704cad0e45efa1c /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
parent7073aec25282e6a5a7f1171c3f56d0c57f440fb5 (diff)
parent67b80be819c29407dc07f80a7f61e5da2995ba93 (diff)
downloadTango-fe8111ccce920b73b47b6af657f1ee4bcac11120.tar.gz
Tango-fe8111ccce920b73b47b6af657f1ee4bcac11120.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.cs2
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);
}
}