michael@0: /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ michael@0: // vim:cindent:tabstop=4:expandtab:shiftwidth=4: 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 nsLayoutDebugCLH_h_ michael@0: #define nsLayoutDebugCLH_h_ michael@0: michael@0: #include "nsICommandLineHandler.h" michael@0: #define ICOMMANDLINEHANDLER nsICommandLineHandler michael@0: michael@0: #define NS_LAYOUTDEBUGCLH_CID \ michael@0: { 0xa8f52633, 0x5ecf, 0x424a, \ michael@0: { 0xa1, 0x47, 0x47, 0xc3, 0x22, 0xf7, 0xbc, 0xe2 }} michael@0: michael@0: class nsLayoutDebugCLH : public ICOMMANDLINEHANDLER michael@0: { michael@0: public: michael@0: nsLayoutDebugCLH(); michael@0: virtual ~nsLayoutDebugCLH(); michael@0: michael@0: NS_DECL_ISUPPORTS michael@0: NS_DECL_NSICOMMANDLINEHANDLER michael@0: }; michael@0: michael@0: #endif /* !defined(nsLayoutDebugCLH_h_) */