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