summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/PreviewConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/broker/PreviewConnection.h')
-rw-r--r--qpid/cpp/src/qpid/broker/PreviewConnection.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/qpid/cpp/src/qpid/broker/PreviewConnection.h b/qpid/cpp/src/qpid/broker/PreviewConnection.h
index c9e8b115d3..7a8404bf77 100644
--- a/qpid/cpp/src/qpid/broker/PreviewConnection.h
+++ b/qpid/cpp/src/qpid/broker/PreviewConnection.h
@@ -21,8 +21,6 @@
#ifndef _PreviewConnection_
#define _PreviewConnection_
-#include "config.h"
-
#include <memory>
#include <sstream>
#include <vector>
@@ -49,19 +47,11 @@
#include <boost/ptr_container/ptr_map.hpp>
-#if HAVE_SASL
-#include <sasl/sasl.h>
-#endif
-
namespace qpid {
namespace broker {
class PreviewConnection : public sys::ConnectionInputHandler, public ConnectionState
{
-#if HAVE_SASL
- friend class PreviewConnectionHandler;
-#endif
-
public:
PreviewConnection(sys::ConnectionOutputHandler* out, Broker& broker, const std::string& mgmtId, bool isLink = false);
~PreviewConnection ();
@@ -86,11 +76,6 @@ class PreviewConnection : public sys::ConnectionInputHandler, public ConnectionS
management::Manageable::status_t
ManagementMethod (uint32_t methodId, management::Args& args);
- protected:
-#if HAVE_SASL
- sasl_conn_t *sasl_conn;
-#endif
-
private:
typedef boost::ptr_map<framing::ChannelId, PreviewSessionHandler> ChannelMap;
typedef std::vector<Queue::shared_ptr>::iterator queue_iterator;