summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2008-01-21 14:53:17 +0000
committerRupert Smith <rupertlssmith@apache.org>2008-01-21 14:53:17 +0000
commit91b6324b623c7dfc9fe32d3d041aa93a62ed9fc8 (patch)
tree2a6dc1a156d77d1ebc32ad31d501878dca9a6a20 /dotnet/Qpid.Client
parentfb555743c2ea148a176522400a2e835a4dbf7c25 (diff)
downloadqpid-python-91b6324b623c7dfc9fe32d3d041aa93a62ed9fc8.tar.gz
Qpid-727. Added closeable interface to connections, channels, producers and consumers. Previously there was no way to close these things in their interfaces.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@613911 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client')
-rw-r--r--dotnet/Qpid.Client/Client/Closeable.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client/Client/Closeable.cs b/dotnet/Qpid.Client/Client/Closeable.cs
index d70f75ee6b..382e0aefde 100644
--- a/dotnet/Qpid.Client/Client/Closeable.cs
+++ b/dotnet/Qpid.Client/Client/Closeable.cs
@@ -19,10 +19,11 @@
*
*/
using System;
+using Apache.Qpid.Messaging;
namespace Apache.Qpid.Client
{
- public abstract class Closeable
+ public abstract class Closeable : ICloseable
{
/// <summary>
/// Used to ensure orderly closing of the object. The only method that is allowed to be called