diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-11-30 18:54:48 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-11-30 18:54:48 +0000 |
| commit | 617d66bd13e6407a5bcbc591c72b4fb9d7968c9a (patch) | |
| tree | a401ab9d618850a992a565942439bd113d470da8 /qpid/dotnet/Qpid.Common | |
| parent | 8fb569ffa0fea00184340efc881c3e45fa26d7df (diff) | |
| download | qpid-python-617d66bd13e6407a5bcbc591c72b4fb9d7968c9a.tar.gz | |
QPID-136 Ported Prefetch with PrefetchHigh and PrefetchLow
QPID-137 Ported AcknowledgeModes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@481035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/Qpid.Common')
| -rw-r--r-- | qpid/dotnet/Qpid.Common/Collections/BlockingQueue.cs | 2 | ||||
| -rw-r--r-- | qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/qpid/dotnet/Qpid.Common/Collections/BlockingQueue.cs b/qpid/dotnet/Qpid.Common/Collections/BlockingQueue.cs index 7adf6c3af2..71fc9bf518 100644 --- a/qpid/dotnet/Qpid.Common/Collections/BlockingQueue.cs +++ b/qpid/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/qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs b/qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs index d210ea3b42..a678a6c5fc 100644 --- a/qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs +++ b/qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs @@ -373,4 +373,3 @@ namespace Qpid.Collections } } } - |
