summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Sasl.h
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-01-07 23:08:13 +0000
committerStephen D. Huston <shuston@apache.org>2009-01-07 23:08:13 +0000
commitbf6ea8120caeb9ed44e9c9ccdfad052a78cef318 (patch)
tree404f7d4f69e25758168e3382ecd7315ecde18f27 /cpp/src/qpid/client/Sasl.h
parent86199848cf73f9fbe33fca1cd9854747e1548098 (diff)
downloadqpid-python-bf6ea8120caeb9ed44e9c9ccdfad052a78cef318.tar.gz
Adapt to recent changes/additions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732551 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Sasl.h')
-rw-r--r--cpp/src/qpid/client/Sasl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Sasl.h b/cpp/src/qpid/client/Sasl.h
index e7a911ebce..9dc5817f3d 100644
--- a/cpp/src/qpid/client/Sasl.h
+++ b/cpp/src/qpid/client/Sasl.h
@@ -24,6 +24,7 @@
#include <memory>
#include <string>
+#include "qpid/sys/IntegerTypes.h"
namespace qpid {
@@ -33,7 +34,7 @@ class SecurityLayer;
namespace client {
-class ConnectionSettings;
+struct ConnectionSettings;
/**
* Interface to SASL support