michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #ifndef nsCookiePromptService_h__ michael@0: #define nsCookiePromptService_h__ michael@0: michael@0: #include "nsICookiePromptService.h" michael@0: michael@0: class nsCookiePromptService : public nsICookiePromptService { michael@0: michael@0: public: michael@0: michael@0: nsCookiePromptService(); michael@0: virtual ~nsCookiePromptService(); michael@0: michael@0: NS_DECL_NSICOOKIEPROMPTSERVICE michael@0: NS_DECL_ISUPPORTS michael@0: michael@0: private: michael@0: michael@0: }; michael@0: michael@0: // {CE002B28-92B7-4701-8621-CC925866FB87} michael@0: #define NS_COOKIEPROMPTSERVICE_CID \ michael@0: {0xCE002B28, 0x92B7, 0x4701, {0x86, 0x21, 0xCC, 0x92, 0x58, 0x66, 0xFB, 0x87}} michael@0: michael@0: #endif