diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-27 17:34:54 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-27 17:34:54 +0200 |
| commit | 00de504d4d276063ec6b732cc95e476c89182df2 (patch) | |
| tree | 49bd12dc86ae6c05286b135fe6d4ed0990323144 /Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs | |
| parent | 50bfdf5d76ddd3796c6c54153e9af4244119a548 (diff) | |
| download | Tango-00de504d4d276063ec6b732cc95e476c89182df2.tar.gz Tango-00de504d4d276063ec6b732cc95e476c89182df2.zip | |
Worked on PPC publisher.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs index 49bfba1cd..a16099e7c 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs @@ -33,5 +33,12 @@ namespace Tango.PPC.Common.Update /// <param name="machineVersionGuid">The machine version unique identifier.</param> /// <returns></returns> Task<LatestVersionResponse> GetLatestVersion(LatestVersionRequest request); + + /// <summary> + /// Gets the hardware versions. + /// </summary> + /// <param name="request">The request.</param> + /// <returns></returns> + Task<MachineVersionsResponse> GetMachineVersions(); } } |
