diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-14 13:26:15 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-14 13:26:15 +0200 |
| commit | c23924624cd45b67eecc1c495c461bdc70bf551c (patch) | |
| tree | dbf772575e87a9b144e2457b126951eb399963e0 /Software/Visual_Studio/Tango.Transport/TransportMessage.cs | |
| parent | d1fa1f1a2e26469a6bbb5b82ab614079beffcb52 (diff) | |
| download | Tango-c23924624cd45b67eecc1c495c461bdc70bf551c.tar.gz Tango-c23924624cd45b67eecc1c495c461bdc70bf551c.zip | |
Added code comments for:
Transport.
Diffstat (limited to 'Software/Visual_Studio/Tango.Transport/TransportMessage.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Transport/TransportMessage.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Transport/TransportMessage.cs b/Software/Visual_Studio/Tango.Transport/TransportMessage.cs index c3b3e87b3..47cc01efd 100644 --- a/Software/Visual_Studio/Tango.Transport/TransportMessage.cs +++ b/Software/Visual_Studio/Tango.Transport/TransportMessage.cs @@ -14,7 +14,7 @@ namespace Tango.Transport /// </summary> /// <typeparam name="T"></typeparam> /// <seealso cref="Tango.Transport.TransportMessageBase" /> - public class TransportMessage<T> : TransportMessageBase + internal class TransportMessage<T> : TransportMessageBase { private TaskCompletionSource<T> _completionSource; |
