diff options
| author | Alan Conway <aconway@apache.org> | 2009-04-29 20:29:53 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-04-29 20:29:53 +0000 |
| commit | bf70c3a435b5198e48cd83f692796bd47e253df1 (patch) | |
| tree | 1f67175547e8f847220f9f01ca9993e0b45ff592 /cpp/src/qpid/cluster/Connection.h | |
| parent | 0ea393c49936c4647547199859961c4203a25cb3 (diff) | |
| download | qpid-python-bf70c3a435b5198e48cd83f692796bd47e253df1.tar.gz | |
Improved & simplified cluster output algorithm.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@769914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index 414e5c935f..499d515d73 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -23,7 +23,6 @@ */ #include "types.h" -#include "WriteEstimate.h" #include "OutputInterceptor.h" #include "EventFrame.h" #include "McastFrameHandler.h" @@ -178,7 +177,6 @@ class Connection : Cluster& cluster; ConnectionId self; bool catchUp; - WriteEstimate writeEstimate; OutputInterceptor output; framing::FrameDecoder localDecoder; broker::Connection connection; |
