diff options
| author | Gordon Sim <gsim@apache.org> | 2010-05-25 15:13:08 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-05-25 15:13:08 +0000 |
| commit | 14862cf97c47355ba21e96429c73848a4d2f6f64 (patch) | |
| tree | 3af849172a7b88948c3fb292a285c9c2ee903df7 /qpid/cpp/src | |
| parent | 66432f3c6d26f99828f2bafed4adf663f5d23645 (diff) | |
| download | qpid-python-14862cf97c47355ba21e96429c73848a4d2f6f64.tar.gz | |
QPID-2617: Fix the windows build for modified method signature
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@948072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp b/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp index 642be29f2f..608a8f7dae 100644 --- a/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp +++ b/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp @@ -68,7 +68,7 @@ bool SaslAuthenticator::available(void) } // Initialize the SASL mechanism; throw if it fails. -void SaslAuthenticator::init(const std::string& /*saslName*/) +void SaslAuthenticator::init(const std::string& /*saslName*/, const std::string& /*saslConfig*/) { return; } |
