summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/ha/ConnectionExcluder.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/ha/ConnectionExcluder.h')
-rw-r--r--qpid/cpp/src/qpid/ha/ConnectionExcluder.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/qpid/cpp/src/qpid/ha/ConnectionExcluder.h b/qpid/cpp/src/qpid/ha/ConnectionExcluder.h
index e6c299884e..f8f2843a0c 100644
--- a/qpid/cpp/src/qpid/ha/ConnectionExcluder.h
+++ b/qpid/cpp/src/qpid/ha/ConnectionExcluder.h
@@ -41,15 +41,12 @@ namespace ha {
class ConnectionExcluder : public broker::ConnectionObserver
{
public:
- typedef boost::function<bool()> PrimaryTest;
-
- ConnectionExcluder(PrimaryTest isPrimary_);
+ ConnectionExcluder();
void opened(broker::Connection& connection);
private:
static const std::string ADMIN_TAG;
- PrimaryTest isPrimary;
};
}} // namespace qpid::ha