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
parent 33669aac7f
commit 6524847ab5
4 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@ EXPORTS = \
nsIRDFDataBase.h \
nsIRDFCursor.h \
nsIRDFObserver.h \
nsRDFCIDs.h \
nsRDFCID.h \
$(NULL)
include $(DEPTH)/config/rules.mk

View File

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

View File

@ -16,8 +16,8 @@
* Reserved.
*/
#ifndef nsRDFCIDs_h__
#define nsRDFCIDs_h__
#ifndef nsRDFCID_h__
#define nsRDFCID_h__
// {2564E6E0-79C9-11d2-B51D-000000000000}
#define NS_RDFTREEDATAMODEL_CID \
@ -28,4 +28,4 @@
{ 0x6b13a9c0, 0x79c9, 0x11d2, { 0xb5, 0x1d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } }
#endif // nsRDFCIDs_h__
#endif // nsRDFCID_h__

View File

@ -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);