summaryrefslogtreecommitdiff
path: root/qpid/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
commit6340f1b5cf395357400b6b68151357621c49c13a (patch)
treea3f78bf1353d8d8355036ce00ab602353f3175a4 /qpid/cpp/src
parentc7ffb7a9c913627a4104823e5384144b348d7623 (diff)
downloadqpid-python-6340f1b5cf395357400b6b68151357621c49c13a.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@1041286 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/SaslFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/SaslFactory.cpp b/qpid/cpp/src/qpid/SaslFactory.cpp
index 664961e5d8..055883abee 100644
--- a/qpid/cpp/src/qpid/SaslFactory.cpp
+++ b/qpid/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>();
}