diff options
| author | Michael Goulish <mgoulish@apache.org> | 2010-12-02 06:16:46 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2010-12-02 06:16:46 +0000 |
| commit | e0157de2777845691e8850a7d1e3400dbb05089c (patch) | |
| tree | 8d6cc8fee4e6e6813d53f67b553a09f1a5a4ebc5 /cpp/src/qpid | |
| parent | 1e20951003db44b71298649f674664a9e1ba26c5 (diff) | |
| download | qpid-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/qpid')
| -rw-r--r-- | cpp/src/qpid/SaslFactory.cpp | 2 |
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>(); } |
