diff options
Diffstat (limited to 'Swiften/SASL/WindowsGSSAPIClientAuthenticator.h')
| -rw-r--r-- | Swiften/SASL/WindowsGSSAPIClientAuthenticator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/SASL/WindowsGSSAPIClientAuthenticator.h b/Swiften/SASL/WindowsGSSAPIClientAuthenticator.h index d046999..f772b71 100644 --- a/Swiften/SASL/WindowsGSSAPIClientAuthenticator.h +++ b/Swiften/SASL/WindowsGSSAPIClientAuthenticator.h | |||
| @@ -18,11 +18,11 @@ | |||
| 18 | #include <Swiften/SASL/ClientAuthenticator.h> | 18 | #include <Swiften/SASL/ClientAuthenticator.h> |
| 19 | 19 | ||
| 20 | namespace Swift { | 20 | namespace Swift { |
| 21 | class SWIFTEN_API WindowsGSSAPIClientAuthenticator : public ClientAuthenticator { | 21 | class SWIFTEN_API WindowsGSSAPIClientAuthenticator : public ClientAuthenticator { |
| 22 | public: | 22 | public: |
| 23 | WindowsGSSAPIClientAuthenticator(const std::string& hostname, const std::string& domainname); | 23 | WindowsGSSAPIClientAuthenticator(const std::string& hostname, const std::string& domainname, int port); |
| 24 | 24 | ||
| 25 | ~WindowsGSSAPIClientAuthenticator(); | 25 | ~WindowsGSSAPIClientAuthenticator(); |
| 26 | 26 | ||
| 27 | virtual boost::optional<SafeByteArray> getResponse() const; | 27 | virtual boost::optional<SafeByteArray> getResponse() const; |
| 28 | virtual bool setChallenge(const boost::optional<std::vector<unsigned char> >&); | 28 | virtual bool setChallenge(const boost::optional<std::vector<unsigned char> >&); |
Swift