mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Rename nsRDFCIDs.h to nsRDFCID.h to be consistent with the rest of the world.
This commit is contained in:
parent
33669aac7f
commit
6524847ab5
@ -32,7 +32,7 @@ EXPORTS = \
|
||||
nsIRDFDataBase.h \
|
||||
nsIRDFCursor.h \
|
||||
nsIRDFObserver.h \
|
||||
nsRDFCIDs.h \
|
||||
nsRDFCID.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 \
|
||||
|
@ -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__
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user