зеркало из https://github.com/mozilla/pjs.git
55 строки
2.0 KiB
C
55 строки
2.0 KiB
C
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
*
|
|
* 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 nsRDFCID_h__
|
|
#define nsRDFCID_h__
|
|
|
|
// {0F78DA56-8321-11d2-8EAC-00805F29F370}
|
|
#define NS_RDFNODE_CID \
|
|
{ 0xf78da56, 0x8321, 0x11d2, { 0x8e, 0xac, 0x0, 0x80, 0x5f, 0x29, 0xf3, 0x70 } }
|
|
|
|
// {BFD05264-834C-11d2-8EAC-00805F29F370}
|
|
#define NS_RDFRESOURCEMANAGER_CID \
|
|
{ 0xbfd05264, 0x834c, 0x11d2, { 0x8e, 0xac, 0x0, 0x80, 0x5f, 0x29, 0xf3, 0x70 } }
|
|
|
|
// {BFD0526D-834C-11d2-8EAC-00805F29F370}
|
|
#define NS_RDFMEMORYDATASOURCE_CID \
|
|
{ 0xbfd0526d, 0x834c, 0x11d2, { 0x8e, 0xac, 0x0, 0x80, 0x5f, 0x29, 0xf3, 0x70 } }
|
|
|
|
// {E638D760-8687-11d2-B530-000000000000}
|
|
#define NS_RDFBOOKMARKDATASOURCE_CID \
|
|
{ 0xe638d760, 0x8687, 0x11d2, { 0xb5, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } }
|
|
|
|
// {E638D761-8687-11d2-B530-000000000000}
|
|
#define NS_RDFSIMPLEDATABASE_CID \
|
|
{ 0xe638d761, 0x8687, 0x11d2, { 0xb5, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } }
|
|
|
|
// {E638D763-8687-11d2-B530-000000000000}
|
|
#define NS_RDFREGISTRY_CID \
|
|
{ 0xe638d763, 0x8687, 0x11d2, { 0xb5, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } }
|
|
|
|
// {954F0813-81DC-11d2-B52A-000000000000}
|
|
#define NS_RDFHTMLDOCUMENT_CID \
|
|
{ 0x954f0813, 0x81dc, 0x11d2, { 0xb5, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } }
|
|
|
|
// {3D262D00-8B5A-11d2-8EB0-00805F29F370}
|
|
#define NS_RDFTREEDOCUMENT_CID \
|
|
{ 0x3d262d00, 0x8b5a, 0x11d2, { 0x8e, 0xb0, 0x0, 0x80, 0x5f, 0x29, 0xf3, 0x70 } }
|
|
|
|
#endif // nsRDFCID_h__
|