From 33c04c7e619a65e2d92ac231805e8ad27f4a29c2 Mon Sep 17 00:00:00 2001 From: Steven Shaw Date: Thu, 30 Nov 2006 18:54:48 +0000 Subject: QPID-136 Ported Prefetch with PrefetchHigh and PrefetchLow QPID-137 Ported AcknowledgeModes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481035 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/Qpid.Common/Collections/BlockingQueue.cs | 2 +- dotnet/Qpid.Common/Collections/SynchronousQueue.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'dotnet/Qpid.Common/Collections') diff --git a/dotnet/Qpid.Common/Collections/BlockingQueue.cs b/dotnet/Qpid.Common/Collections/BlockingQueue.cs index 7adf6c3af2..71fc9bf518 100644 --- a/dotnet/Qpid.Common/Collections/BlockingQueue.cs +++ b/dotnet/Qpid.Common/Collections/BlockingQueue.cs @@ -24,7 +24,7 @@ using System.Collections; namespace Qpid.Collections { public abstract class BlockingQueue : Queue - { + { /** * Inserts the specified element into this queue if it is possible to do * so immediately without violating capacity restrictions, returning diff --git a/dotnet/Qpid.Common/Collections/SynchronousQueue.cs b/dotnet/Qpid.Common/Collections/SynchronousQueue.cs index d210ea3b42..a678a6c5fc 100644 --- a/dotnet/Qpid.Common/Collections/SynchronousQueue.cs +++ b/dotnet/Qpid.Common/Collections/SynchronousQueue.cs @@ -373,4 +373,3 @@ namespace Qpid.Collections } } } - -- cgit v1.2.1