diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-08 18:33:17 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-08 18:33:17 +0200 |
| commit | 0f055799156b40979d87962d90ef82720ef19df1 (patch) | |
| tree | 84862751edb420a02c5ba2c0f0f9cf3de1ca9046 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs | |
| parent | 3aa8d26fe59aeea616bda89ca325b9f9583fadc6 (diff) | |
| download | Tango-0f055799156b40979d87962d90ef82720ef19df1.tar.gz Tango-0f055799156b40979d87962d90ef82720ef19df1.zip | |
Added code comments for:
PMR.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubManager.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubManager.cs index 5b30b0cd3..1808e2a53 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubManager.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/StubManager.cs @@ -144,7 +144,7 @@ namespace Tango.MachineStudio.Stubs } } - IMessage message = MessageFactory.ParseMessageFromContainer(responseContainer); + IMessage message = MessageFactory.ExtractMessageFromContainer(responseContainer); OnCompleted(JsonConvert.SerializeObject(message, Formatting.Indented)); done = true; }); |
