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

          Line data    Source code
       1             : 
       2             : /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
       3             :  *
       4             :  * This Source Code Form is subject to the terms of the Mozilla Public
       5             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       6             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       7             : #ifndef nsCollationFactory_h__
       8             : #define nsCollationFactory_h__
       9             : 
      10             : 
      11             : #include "nsICollation.h"
      12             : #include "nsCOMPtr.h"
      13             : #include "mozilla/Attributes.h"
      14             : 
      15             : // Create a collation interface for the current app's locale.
      16             : //
      17             : class nsCollationFactory final : public nsICollationFactory {
      18             : 
      19           0 :   ~nsCollationFactory() {}
      20             : 
      21             : public:
      22             :   NS_DECL_ISUPPORTS
      23             :   NS_DECL_NSICOLLATIONFACTORY
      24             : 
      25           0 :   nsCollationFactory() {}
      26             : };
      27             : 
      28             : #endif  /* nsCollationFactory_h__ */

Generated by: LCOV version 1.13