intl/chardet/src/nsCharDetConstructors.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/chardet/src/nsCharDetConstructors.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
     1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.8 +
     1.9 +/*
    1.10 + * Header file to be included by module -
    1.11 + * warning: defines a whole bunch of static functions
    1.12 + */
    1.13 +
    1.14 +#ifndef nsCharDetConstructors_h__
    1.15 +#define nsCharDetConstructors_h__
    1.16 +
    1.17 +// chardet
    1.18 +#include "nsISupports.h"
    1.19 +#include "nsICharsetDetector.h"
    1.20 +#include "nsICharsetDetectionObserver.h"
    1.21 +#include "nsIStringCharsetDetector.h"
    1.22 +#include "nsCyrillicDetector.h"
    1.23 +
    1.24 +NS_GENERIC_FACTORY_CONSTRUCTOR(nsRUProbDetector)
    1.25 +NS_GENERIC_FACTORY_CONSTRUCTOR(nsUKProbDetector)
    1.26 +NS_GENERIC_FACTORY_CONSTRUCTOR(nsRUStringProbDetector)
    1.27 +NS_GENERIC_FACTORY_CONSTRUCTOR(nsUKStringProbDetector)
    1.28 +
    1.29 +#endif

mercurial