Rename nsRDFCIDs.h to nsRDFCID.h to be consistent with the rest of the world.

This commit is contained in:
waterson%netscape.com 1998-11-12 22:20:08 +00:00
Родитель 72f80f377f
Коммит d5fdc8c077
5 изменённых файлов: 33 добавлений и 40 удалений

Просмотреть файл

@ -1,38 +0,0 @@
#!gmake
#
# 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.
#
#
#
MODULE = rdf
DEPTH = ../..
EXPORTS = \
rdf.h \
rdfc.h \
htrdf.h \
vocab.h \
jsec2rdf.h \
nsIRDFService.h \
nsIRDFDataSource.h \
nsIRDFDataBase.h \
nsIRDFCursor.h \
nsIRDFObserver.h \
nsRDFCIDs.h \
$(NULL)
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -28,7 +28,7 @@ EXPORTS = rdf.h \
nsIRDFDataBase.h \
nsIRDFObserver.h \
nsIRDFCursor.h \
nsRDFCIDs.h \
nsRDFCID.h \
htrdf.h \
vocab.h \
jsec2rdf.h \

31
rdf/include/nsRDFCID.h Normal file
Просмотреть файл

@ -0,0 +1,31 @@
/* -*- 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__
// {2564E6E0-79C9-11d2-B51D-000000000000}
#define NS_RDFTREEDATAMODEL_CID \
{ 0x2564e6e0, 0x79c9, 0x11d2, { 0xb5, 0x1d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } }
// {6B13A9C0-79C9-11d2-B51D-000000000000}
#define NS_RDFTOOLBARDATAMODEL_CID \
{ 0x6b13a9c0, 0x79c9, 0x11d2, { 0xb5, 0x1d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } }
#endif // nsRDFCID_h__

Просмотреть файл

Просмотреть файл

@ -20,7 +20,7 @@
#include "nsIFactory.h"
#include "nsRDFTreeDataModel.h"
#include "nsRDFToolbarDataModel.h"
#include "nsRDFCIDs.h"
#include "nsRDFCID.h"
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
static NS_DEFINE_IID(kIFactoryIID, NS_IFACTORY_IID);