aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-26 13:12:10 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-26 13:12:10 +0200
commitc338e69e9b60ddb71102a6b11058912dd06d5018 (patch)
tree16d1445dd6028a4419eb1769affd757a5c1a05fc /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs
parent03180d26af65c24822cf5ffd44a347db7394d3b2 (diff)
downloadTango-c338e69e9b60ddb71102a6b11058912dd06d5018.tar.gz
Tango-c338e69e9b60ddb71102a6b11058912dd06d5018.zip
Import job & update completed with dialogs!
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs7
1 files changed, 7 insertions, 0 deletions
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
/// </summary>
/// <returns></returns>
Task UpdateDB(DbCompareResult dbCompareResult);
+
+ /// <summary>
+ /// Gets the update package file information.
+ /// </summary>
+ /// <param name="filePath">The file path.</param>
+ /// <returns></returns>
+ Task<UpdatePackageFile> GetUpdatePackageFileInfo(String filePath);
}
}