diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs b/Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs index c9202efc6..4cc3823cf 100644 --- a/Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs +++ b/Software/Visual_Studio/Tango.Transport/TransportMessageBase.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.Linq; +using System.Reactive.Subjects; using System.Text; using System.Threading.Tasks; @@ -54,12 +55,6 @@ namespace Tango.Transport public abstract void SetException(Exception ex); /// <summary> - /// Invokes the response callback. - /// </summary> - /// <param name="response">The response.</param> - public abstract void InvokeResponseCallback(object response, bool completed); - - /// <summary> /// Initializes a new instance of the <see cref="TransportMessageBase"/> class. /// </summary> /// <param name="token">The token.</param> |
