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/TransportMessageDirection.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/TransportMessageDirection.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Transport/TransportMessageDirection.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Transport/TransportMessageDirection.cs b/Software/Visual_Studio/Tango.Transport/TransportMessageDirection.cs index 6802afbdf..74d9136a5 100644 --- a/Software/Visual_Studio/Tango.Transport/TransportMessageDirection.cs +++ b/Software/Visual_Studio/Tango.Transport/TransportMessageDirection.cs @@ -9,7 +9,7 @@ namespace Tango.Transport /// <summary> /// Represents <see cref="TransportMessageBase"/> direction. /// </summary> - public enum TransportMessageDirection + internal enum TransportMessageDirection { /// <summary> /// Request. |
