summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2010-12-02 06:16:46 +0000
committerMichael Goulish <mgoulish@apache.org>2010-12-02 06:16:46 +0000
commite0157de2777845691e8850a7d1e3400dbb05089c (patch)
tree8d6cc8fee4e6e6813d53f67b553a09f1a5a4ebc5 /cpp/src
parent1e20951003db44b71298649f674664a9e1ba26c5 (diff)
downloadqpid-python-e0157de2777845691e8850a7d1e3400dbb05089c.tar.gz
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
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/SaslFactory.cpp2
1 files changed, 1 insertions, 1 deletions
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<Sasl> SaslFactory::create( const std::string &, const std::string &, const std::string &, const std::string &, int, int )
+std::auto_ptr<Sasl> SaslFactory::create( const std::string &, const std::string &, const std::string &, const std::string &, int, int, bool )
{
return std::auto_ptr<Sasl>();
}