diff options
Diffstat (limited to 'qpid/dotnet/client-010/client/transport/Binding.cs')
| -rw-r--r-- | qpid/dotnet/client-010/client/transport/Binding.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/dotnet/client-010/client/transport/Binding.cs b/qpid/dotnet/client-010/client/transport/Binding.cs index 25884fc772..e07e85990d 100644 --- a/qpid/dotnet/client-010/client/transport/Binding.cs +++ b/qpid/dotnet/client-010/client/transport/Binding.cs @@ -29,6 +29,6 @@ namespace org.apache.qpid.transport {
E endpoint(Sender<T> sender);
- Receiver<T> receiver<T>(E endpoint) where T : EventArgs;
+ Receiver<R> receiver<R>(E endpoint) where R : EventArgs;
}
}
\ No newline at end of file |
