aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Transport/TransportMessage.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-14 13:26:15 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-14 13:26:15 +0200
commitc23924624cd45b67eecc1c495c461bdc70bf551c (patch)
treedbf772575e87a9b144e2457b126951eb399963e0 /Software/Visual_Studio/Tango.Transport/TransportMessage.cs
parentd1fa1f1a2e26469a6bbb5b82ab614079beffcb52 (diff)
downloadTango-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.cs2
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;