1 /* vim:set ts=2 sw=2 et cindent: */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef nsNTLMAuthModule_h__
7 #define nsNTLMAuthModule_h__
9 #include "nsIAuthModule.h"
12 class nsNTLMAuthModule
: public nsIAuthModule
{
17 nsNTLMAuthModule() : mNTLMNegotiateSent(false) {}
21 static void SetSendLM(bool sendLM
);
24 virtual ~nsNTLMAuthModule();
30 bool mNTLMNegotiateSent
;
33 #endif // nsNTLMAuthModule_h__