From ccc54f3eccfef128ad50a02bbcc56d5bc866d079 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 11 Nov 2009 01:43:55 +0000 Subject: Add new ssf arg to Sasl::start git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834739 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/windows/SaslFactory.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/client/windows/SaslFactory.cpp b/cpp/src/qpid/client/windows/SaslFactory.cpp index 3a662463c1..87df187ab2 100644 --- a/cpp/src/qpid/client/windows/SaslFactory.cpp +++ b/cpp/src/qpid/client/windows/SaslFactory.cpp @@ -40,7 +40,7 @@ class WindowsSasl : public Sasl public: WindowsSasl(const ConnectionSettings&); ~WindowsSasl(); - std::string start(const std::string& mechanisms); + std::string start(const std::string& mechanisms, unsigned int ssf); std::string step(const std::string& challenge); std::string getMechanism(); std::string getUserId(); @@ -90,7 +90,8 @@ WindowsSasl::~WindowsSasl() { } -std::string WindowsSasl::start(const std::string& mechanisms) +std::string WindowsSasl::start(const std::string& mechanisms, + unsigned int /*ssf*/) { QPID_LOG(debug, "WindowsSasl::start(" << mechanisms << ")"); -- cgit v1.2.1