aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineSetupResponse.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-11-28 16:12:39 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-11-28 16:12:39 +0200
commit242cb9fd566647406792d63547b61ec1d6a5f3bc (patch)
tree312bf250e054cb6b2a4edee0dfaa306ebf50c657 /Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineSetupResponse.cs
parentcc407822ab637108a1b7868c3dd6f2f27b2ee5f8 (diff)
downloadTango-242cb9fd566647406792d63547b61ec1d6a5f3bc.tar.gz
Tango-242cb9fd566647406792d63547b61ec1d6a5f3bc.zip
Added PPC pending updates...
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineSetupResponse.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineSetupResponse.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineSetupResponse.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineSetupResponse.cs
index b5a4c425d..73cdc8609 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineSetupResponse.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineSetupResponse.cs
@@ -10,6 +10,8 @@ namespace Tango.PPC.Common.Web
{
public class MachineSetupResponse : WebResponseMessage
{
+ public String NotifyCompletedToken { get; set; }
+
public String Version { get; set; }
public String BlobAddress { get; set; }