From e5ddc402681322fc0031b3d2bc39b1d75e8a1080 Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Wed, 1 Dec 2010 16:16:07 +0000 Subject: Added new arg to Saslfactory::create git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1041071 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/windows/SaslFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid') diff --git a/cpp/src/qpid/client/windows/SaslFactory.cpp b/cpp/src/qpid/client/windows/SaslFactory.cpp index e662dd98b5..63c7fa3d1f 100644 --- a/cpp/src/qpid/client/windows/SaslFactory.cpp +++ b/cpp/src/qpid/client/windows/SaslFactory.cpp @@ -101,7 +101,7 @@ SaslFactory& SaslFactory::getInstance() return *instance; } -std::auto_ptr SaslFactory::create( const std::string & username, const std::string & password, const std::string & serviceName, const std::string & hostName, int minSsf, int maxSsf ) +std::auto_ptr SaslFactory::create( const std::string & username, const std::string & password, const std::string & serviceName, const std::string & hostName, int minSsf, int maxSsf, bool ) { std::auto_ptr sasl(new WindowsSasl( username, password, serviceName, hostName, minSsf, maxSsf )); return sasl; -- cgit v1.2.1