summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-05-25 15:13:08 +0000
committerGordon Sim <gsim@apache.org>2010-05-25 15:13:08 +0000
commit5f8bd452d15ca7f906c972cddce008624df6b831 (patch)
tree2cc88cc107436a74c25462e4180a0c3d71dcb1c6 /cpp/src
parentfb637d3e9bbd49a6295d7cce4228c856283ecccd (diff)
downloadqpid-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.cpp2
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;
}