diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Transport/Routing/SimpleTransportRouter.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Transport/Routing/SimpleTransportRouter.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Tango.Transport/Routing/SimpleTransportRouter.cs b/Software/Visual_Studio/Tango.Transport/Routing/SimpleTransportRouter.cs index a05ad7b00..6be334d95 100644 --- a/Software/Visual_Studio/Tango.Transport/Routing/SimpleTransportRouter.cs +++ b/Software/Visual_Studio/Tango.Transport/Routing/SimpleTransportRouter.cs @@ -14,11 +14,6 @@ namespace Tango.Transport.Routing public class SimpleTransportRouter : ITransportRouter { /// <summary> - /// Gets or sets the name of the transport component. - /// </summary> - public String ComponentName { get; set; } - - /// <summary> /// Occurs when component state changes. /// </summary> public event EventHandler<TransportComponentState> StateChanged; @@ -45,7 +40,6 @@ namespace Tango.Transport.Routing { Channels = new ObservableCollection<TransportRoutingChannel>(); Channels.CollectionChanged += OnChannelsCollectionChanged; - ComponentName = "Router"; } /// <summary> |
