summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Quorum_null.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-11-19 13:52:51 +0000
committerAlan Conway <aconway@apache.org>2008-11-19 13:52:51 +0000
commit18dee70d90657834e1afc2af1e541597ea18abf6 (patch)
tree6b4c7e6bde8f25171e88b7712ab7c7995a8556f9 /cpp/src/qpid/cluster/Quorum_null.h
parent0c633b78d0c5784e4261b3ab0cefd3e016d9940d (diff)
downloadqpid-python-18dee70d90657834e1afc2af1e541597ea18abf6.tar.gz
Fix --cluster-cman option to enable cman integration.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Quorum_null.h')
-rw-r--r--cpp/src/qpid/cluster/Quorum_null.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpp/src/qpid/cluster/Quorum_null.h b/cpp/src/qpid/cluster/Quorum_null.h
index 96374a5e88..cbb6c20708 100644
--- a/cpp/src/qpid/cluster/Quorum_null.h
+++ b/cpp/src/qpid/cluster/Quorum_null.h
@@ -28,12 +28,10 @@ namespace cluster {
class Quorum {
public:
- void init();
+ void init() {}
bool isQuorate() { return true; }
- void addOption(Options& opts) {}
};
-#endif
-
-
#endif /*!QPID_CLUSTER_QUORUM_NULL_H*/
+
+}} // namespace qpid::cluster