aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-09 17:52:31 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-09 17:52:31 +0300
commit4635652744b760ba35f5590b629874a3b078f64a (patch)
tree43c186e66124ba1f91670e53e59dc0355bdf8764 /Software/Visual_Studio/PPC/Tango.PPC.Common/Update/IPPCUpdateService.cs
parentb2db361984b7f6833d24eb4c574ec3513d8b7633 (diff)
downloadTango-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.cs2
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);
}
}