summaryrefslogtreecommitdiffstats
path: root/mailnews/extensions/mailviews/src/nsMsgMailViewsCID.h
blob: 9487e5f4c9b51301c2cad3aaac69da3ddcfa6899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef nsMsgMailViewsCID_h__
#define nsMsgMailViewsCID_h__

#define NS_MSGMAILVIEWLIST_CONTRACTID \
  "@mozilla.org/messenger/mailviewlist;1"

#define NS_MSGMAILVIEWLIST_CID                    \
{ /* A0258267-44FD-4886-A858-8192615178EC */      \
 0xa0258267, 0x44fd, 0x4886,                     \
 { 0xa8, 0x58, 0x81, 0x92, 0x61, 0x51, 0x78, 0xec }}

#endif /* nsMsgMailViewsCID_h__*/