intl/locale/public/nsCollationCID.h

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

michael@0 1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
michael@0 2 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 5 #ifndef nsCollationCID_h__
michael@0 6 #define nsCollationCID_h__
michael@0 7
michael@0 8
michael@0 9 #include "nscore.h"
michael@0 10 #include "nsISupports.h"
michael@0 11
michael@0 12 // {AA13E4A0-A5AC-11d2-9119-006008A6EDF6}
michael@0 13 #define NS_COLLATION_CID \
michael@0 14 { 0xaa13e4a0, 0xa5ac, 0x11d2, \
michael@0 15 { 0x91, 0x19, 0x0, 0x60, 0x8, 0xa6, 0xed, 0xf6 } }
michael@0 16
michael@0 17 #define NS_COLLATION_CONTRACTID "@mozilla.org/intl/collation;1"
michael@0 18
michael@0 19 // {A1B72850-A999-11d2-9119-006008A6EDF6}
michael@0 20 #define NS_COLLATIONFACTORY_CID \
michael@0 21 { 0xa1b72850, 0xa999, 0x11d2, \
michael@0 22 { 0x91, 0x19, 0x0, 0x60, 0x8, 0xa6, 0xed, 0xf6 } }
michael@0 23
michael@0 24 #define NS_COLLATIONFACTORY_CONTRACTID "@mozilla.org/intl/collation-factory;1"
michael@0 25
michael@0 26 #endif // nsCollationCID_h__
michael@0 27

mercurial