From e0157de2777845691e8850a7d1e3400dbb05089c Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Thu, 2 Dec 2010 06:16:46 +0000 Subject: Added new arg to code thaat gets compiled when HAVE_SASL is false. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1041286 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/SaslFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/SaslFactory.cpp') diff --git a/cpp/src/qpid/SaslFactory.cpp b/cpp/src/qpid/SaslFactory.cpp index 664961e5d8..055883abee 100644 --- a/cpp/src/qpid/SaslFactory.cpp +++ b/cpp/src/qpid/SaslFactory.cpp @@ -45,7 +45,7 @@ SaslFactory& SaslFactory::getInstance() return *instance; } -std::auto_ptr SaslFactory::create( const std::string &, const std::string &, const std::string &, const std::string &, int, int ) +std::auto_ptr SaslFactory::create( const std::string &, const std::string &, const std::string &, const std::string &, int, int, bool ) { return std::auto_ptr(); } -- cgit v1.2.1