diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-09 17:52:31 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-09 17:52:31 +0300 |
| commit | 4635652744b760ba35f5590b629874a3b078f64a (patch) | |
| tree | 43c186e66124ba1f91670e53e59dc0355bdf8764 /Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs | |
| parent | b2db361984b7f6833d24eb4c574ec3513d8b7633 (diff) | |
| download | Tango-4635652744b760ba35f5590b629874a3b078f64a.tar.gz Tango-4635652744b760ba35f5590b629874a3b078f64a.zip | |
Implemented PPC update service & 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 | 2 |
1 files changed, 1 insertions, 1 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 b4e66beda..38a9473c0 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs @@ -18,6 +18,6 @@ namespace Tango.PPC.Common.Update void NotifyUploadCompleted(UploadCompletedRequest request); [OperationContract] - LatestVersionResponse GetLatestVersion(); + LatestVersionResponse GetLatestVersion(String machineVersionGuid); } } |
