diff options
Diffstat (limited to 'cpp/src/qpid/client/Sasl.h')
-rw-r--r-- | cpp/src/qpid/client/Sasl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Sasl.h b/cpp/src/qpid/client/Sasl.h index d773609655..fcc8c1f1c6 100644 --- a/cpp/src/qpid/client/Sasl.h +++ b/cpp/src/qpid/client/Sasl.h @@ -42,7 +42,7 @@ struct ConnectionSettings; class Sasl { public: - virtual std::string start(const std::string& mechanisms) = 0; + virtual std::string start(const std::string& mechanisms, unsigned int ssf) = 0; virtual std::string step(const std::string& challenge) = 0; virtual std::string getMechanism() = 0; virtual std::string getUserId() = 0; |