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 | 5f8bd452d15ca7f906c972cddce008624df6b831 (patch) | |
tree | 2cc88cc107436a74c25462e4180a0c3d71dcb1c6 /cpp/src | |
parent | fb637d3e9bbd49a6295d7cce4228c856283ecccd (diff) | |
download | qpid-python-5f8bd452d15ca7f906c972cddce008624df6b831.tar.gz |
QPID-2617: Fix the windows build for modified method signature
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@948072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/broker/windows/SaslAuthenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp index 642be29f2f..608a8f7dae 100644 --- a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp +++ b/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; } |