From 18fc4053deb06af6643f28a6bb4fd66c6a9a93e0 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 12 Aug 2018 19:00:36 +0300 Subject: Implemented temporary DB user login for machine service machine setup. Implemented Tango updater! Implemented support for software update on machine setup. --- .../PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs') 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 ProgressStep; - Task Setup(String serialNumber, String hostAddress); + Task Setup(String serialNumber, String hostAddress); } } -- cgit v1.3.1