You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/11/11 02:43:55 UTC

svn commit: r834739 - /qpid/trunk/qpid/cpp/src/qpid/client/windows/SaslFactory.cpp

Author: shuston
Date: Wed Nov 11 01:43:55 2009
New Revision: 834739

URL: http://svn.apache.org/viewvc?rev=834739&view=rev
Log:
Add new ssf arg to Sasl::start

Modified:
    qpid/trunk/qpid/cpp/src/qpid/client/windows/SaslFactory.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/client/windows/SaslFactory.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/client/windows/SaslFactory.cpp?rev=834739&r1=834738&r2=834739&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/client/windows/SaslFactory.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/client/windows/SaslFactory.cpp Wed Nov 11 01:43:55 2009
@@ -40,7 +40,7 @@
   public:
     WindowsSasl(const ConnectionSettings&);
     ~WindowsSasl();
-    std::string start(const std::string& mechanisms);
+    std::string start(const std::string& mechanisms, unsigned int ssf);
     std::string step(const std::string& challenge);
     std::string getMechanism();
     std::string getUserId();
@@ -90,7 +90,8 @@
 {
 }
 
-std::string WindowsSasl::start(const std::string& mechanisms)
+std::string WindowsSasl::start(const std::string& mechanisms,
+                               unsigned int /*ssf*/)
 {
     QPID_LOG(debug, "WindowsSasl::start(" << mechanisms << ")");
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org