Bumping manifests a=b2g-bump
[gecko.git] / xpcom / base / nsVersionComparatorImpl.h
blob44e80eb2e8e838f99f99b37dfe22d7e44e1923fe
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #include "mozilla/Attributes.h"
9 #include "nsIVersionComparator.h"
11 class nsVersionComparatorImpl MOZ_FINAL : public nsIVersionComparator
13 ~nsVersionComparatorImpl() {}
15 public:
16 NS_DECL_ISUPPORTS
17 NS_DECL_NSIVERSIONCOMPARATOR
20 #define NS_VERSIONCOMPARATOR_CONTRACTID "@mozilla.org/xpcom/version-comparator;1"
22 // c6e47036-ca94-4be3-963a-9abd8705f7a8
23 #define NS_VERSIONCOMPARATOR_CID \
24 { 0xc6e47036, 0xca94, 0x4be3, \
25 { 0x96, 0x3a, 0x9a, 0xbd, 0x87, 0x05, 0xf7, 0xa8 } }