From c338e69e9b60ddb71102a6b11058912dd06d5018 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 26 Nov 2018 13:12:10 +0200 Subject: Import job & update completed with dialogs! --- .../PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs index 13752b931..21fce7261 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs @@ -70,5 +70,12 @@ namespace Tango.PPC.Common.MachineUpdate /// /// Task UpdateDB(DbCompareResult dbCompareResult); + + /// + /// Gets the update package file information. + /// + /// The file path. + /// + Task GetUpdatePackageFileInfo(String filePath); } } -- cgit v1.3.1