From 473d878e3ae795201223b160fcbc1147e901b038 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 18 Feb 2019 16:58:37 +0200 Subject: Working on PPC versioning services... --- .../MachineUpdate/CheckForUpdateResponse.cs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/CheckForUpdateResponse.cs (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/CheckForUpdateResponse.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/CheckForUpdateResponse.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/CheckForUpdateResponse.cs deleted file mode 100644 index cbf6c8c64..000000000 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/CheckForUpdateResponse.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Tango.Transport.Web; - -namespace Tango.PPC.Common.MachineUpdate -{ - public class CheckForUpdateResponse : WebResponseMessage - { - public bool IsUpdateAvailable { get; set; } - public String Version { get; set; } - } -} -- cgit v1.3.1