зеркало из https://github.com/mozilla/gecko-dev.git
49 строки
1.5 KiB
C
49 строки
1.5 KiB
C
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
*
|
|
* The contents of this file are subject to the Netscape Public License
|
|
* Version 1.0 (the "NPL"); you may not use this file except in
|
|
* compliance with the NPL. You may obtain a copy of the NPL at
|
|
* http://www.mozilla.org/NPL/
|
|
*
|
|
* Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
* for the specific language governing rights and limitations under the
|
|
* NPL.
|
|
*
|
|
* The Initial Developer of this code under the NPL is Netscape
|
|
* Communications Corporation. Portions created by Netscape are
|
|
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
* Reserved.
|
|
*/
|
|
|
|
#ifndef nsMsgNewsCID_h__
|
|
#define nsMsgNewsCID_h__
|
|
|
|
#include "nsISupports.h"
|
|
#include "nsIFactory.h"
|
|
#include "nsIComponentManager.h"
|
|
|
|
#define NS_NEWSFOLDERRESOURCE_CID \
|
|
{ /* 4ace448a-f6d4-11d2-880d-004005263078 */ \
|
|
0x4ace448a, \
|
|
0xf6d4, \
|
|
0x11d2, \
|
|
{0x88, 0x0d, 0x00, 0x40, 0x05, 0x26, 0x30, 0x78} \
|
|
}
|
|
|
|
#define NS_NEWSMESSAGERESOURCE_CID \
|
|
{/* 2dae7f80-f104-11d2-973b-00805f916fd3 */ \
|
|
0x2dae7f80, 0xf104, 0x11d2, \
|
|
{0x97, 0x3b, 0x00, 0x80, 0x5f, 0x91, 0x6f, 0xd3} }
|
|
|
|
|
|
#define NS_NNTPINCOMINGSERVER_CID \
|
|
{ /* 6ff28d0a-f776-11d2-87ca-004005263078 */ \
|
|
0x6ff28d0a, \
|
|
0xf776, \
|
|
0x11d2, \
|
|
{0x87, 0xca, 0x00, 0x40, 0x05, 0x26, 0x30, 0x78} \
|
|
}
|
|
|
|
#endif // nsMsgNewsCID_h__
|