nsCollationCID.h 876 B

12345678910111213141516171819202122232425262728
  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. #ifndef nsCollationCID_h__
  6. #define nsCollationCID_h__
  7. #include "nscore.h"
  8. #include "nsISupports.h"
  9. // {AA13E4A0-A5AC-11d2-9119-006008A6EDF6}
  10. #define NS_COLLATION_CID \
  11. { 0xaa13e4a0, 0xa5ac, 0x11d2, \
  12. { 0x91, 0x19, 0x0, 0x60, 0x8, 0xa6, 0xed, 0xf6 } }
  13. #define NS_COLLATION_CONTRACTID "@mozilla.org/intl/collation;1"
  14. // {A1B72850-A999-11d2-9119-006008A6EDF6}
  15. #define NS_COLLATIONFACTORY_CID \
  16. { 0xa1b72850, 0xa999, 0x11d2, \
  17. { 0x91, 0x19, 0x0, 0x60, 0x8, 0xa6, 0xed, 0xf6 } }
  18. #define NS_COLLATIONFACTORY_CONTRACTID "@mozilla.org/intl/collation-factory;1"
  19. #endif // nsCollationCID_h__