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 | 6340f1b5cf395357400b6b68151357621c49c13a (patch) | |
| tree | a3f78bf1353d8d8355036ce00ab602353f3175a4 /qpid/cpp/src | |
| parent | c7ffb7a9c913627a4104823e5384144b348d7623 (diff) | |
| download | qpid-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.cpp | 2 |
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>(); } |
