nsCharDetConstructors.h 855 B

123456789101112131415161718192021222324252627
  1. /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. /*
  6. * Header file to be included by module -
  7. * warning: defines a whole bunch of static functions
  8. */
  9. #ifndef nsCharDetConstructors_h__
  10. #define nsCharDetConstructors_h__
  11. // chardet
  12. #include "nsISupports.h"
  13. #include "nsICharsetDetector.h"
  14. #include "nsICharsetDetectionObserver.h"
  15. #include "nsIStringCharsetDetector.h"
  16. #include "nsCyrillicDetector.h"
  17. NS_GENERIC_FACTORY_CONSTRUCTOR(nsRUProbDetector)
  18. NS_GENERIC_FACTORY_CONSTRUCTOR(nsUKProbDetector)
  19. NS_GENERIC_FACTORY_CONSTRUCTOR(nsRUStringProbDetector)
  20. NS_GENERIC_FACTORY_CONSTRUCTOR(nsUKStringProbDetector)
  21. #endif