LCOV - code coverage report
Current view: top level - docshell/base - nsAboutRedirector.h (source / functions) Hit Total Coverage
Test: output.info Lines: 0 2 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 3 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
       2             : /* vim: set ts=8 sts=2 et sw=2 tw=80: */
       3             : /* This Source Code Form is subject to the terms of the Mozilla Public
       4             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       5             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       6             : 
       7             : #ifndef nsAboutRedirector_h__
       8             : #define nsAboutRedirector_h__
       9             : 
      10             : #include "nsIAboutModule.h"
      11             : 
      12             : class nsAboutRedirector : public nsIAboutModule
      13             : {
      14             : public:
      15             :   NS_DECL_ISUPPORTS
      16             : 
      17             :   NS_DECL_NSIABOUTMODULE
      18             : 
      19           0 :   nsAboutRedirector() {}
      20             : 
      21             :   static nsresult Create(nsISupports* aOuter, REFNSIID aIID, void** aResult);
      22             : 
      23             : protected:
      24           0 :   virtual ~nsAboutRedirector() {}
      25             : };
      26             : 
      27             : /* 56ebedd4-6ccf-48e8-bdae-adc77f044567 */
      28             : #define NS_ABOUT_REDIRECTOR_MODULE_CID \
      29             : { 0x56ebedd4, 0x6ccf, 0x48e8, \
      30             :   { 0xbd, 0xae, 0xad, 0xc7, 0x7f, 0x04, 0x45, 0x67 } }
      31             : 
      32             : #endif // nsAboutRedirector_h__

Generated by: LCOV version 1.13