diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index 7f75d1e3dd..73856a3687 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -150,9 +150,9 @@ class Connection : void exchange(const std::string& encoded); void giveReadCredit(int credit); + void announce() {} // handled by Cluster. void abort(); void deliverClose(); - void errorCheck(uint8_t type, uint64_t frameSeq); OutputInterceptor& getOutput() { return output; } |