diff options
Diffstat (limited to 'Swiften/SASL/EXTERNALClientAuthenticator.h')
-rw-r--r-- | Swiften/SASL/EXTERNALClientAuthenticator.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Swiften/SASL/EXTERNALClientAuthenticator.h b/Swiften/SASL/EXTERNALClientAuthenticator.h index 8ac05bd..e42e3fd 100644 --- a/Swiften/SASL/EXTERNALClientAuthenticator.h +++ b/Swiften/SASL/EXTERNALClientAuthenticator.h @@ -11,14 +11,14 @@ #include <Swiften/SASL/ClientAuthenticator.h> namespace Swift { - class SWIFTEN_API EXTERNALClientAuthenticator : public ClientAuthenticator { - public: - EXTERNALClientAuthenticator(); + class SWIFTEN_API EXTERNALClientAuthenticator : public ClientAuthenticator { + public: + EXTERNALClientAuthenticator(); - virtual boost::optional<SafeByteArray> getResponse() const; - virtual bool setChallenge(const boost::optional<ByteArray>&); + virtual boost::optional<SafeByteArray> getResponse() const; + virtual bool setChallenge(const boost::optional<ByteArray>&); - private: - bool finished; - }; + private: + bool finished; + }; } |