intl/locale/public/nsCollationCID.h

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial