From 91b6324b623c7dfc9fe32d3d041aa93a62ed9fc8 Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Mon, 21 Jan 2008 14:53:17 +0000 Subject: 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 --- dotnet/Qpid.Client/Client/Closeable.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dotnet/Qpid.Client/Client') 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 { /// /// Used to ensure orderly closing of the object. The only method that is allowed to be called -- cgit v1.2.1