127093. adds nsID.h nsISupportsBase.h nscore.h to sdk. r=seawood, sr=alecf,rpotts, a=shaver

This commit is contained in:
dougt%netscape.com 2002-02-27 00:35:06 +00:00
parent 9f77e680ce
commit 0e918a76c3
4 changed files with 9 additions and 5 deletions

View File

@ -59,16 +59,13 @@ EXPORTS = \
nsComObsolete.h \
nsCWeakReference.h \
nsError.h \
nsID.h \
nsIID.h \
nsISupportsBase.h \
nsISupportsImpl.h \
nsISupportsUtils.h \
nsISupportsObsolete.h \
nsIWeakReferenceUtils.h \
nsTraceRefcnt.h \
nsWeakPtr.h \
nscore.h \
nsIInterfaceRequestorUtils.h \
$(NULL)
@ -98,6 +95,12 @@ SDK_XPIDLSRCS = \
nsIMemory.idl \
nsrootidl.idl \
SDK_HEADERS = \
nsISupportsBase.h \
nscore.h \
nsID.h \
XPIDLSRCS = \
nsIErrorService.idl \
nsIConsoleService.idl \

View File

@ -46,6 +46,7 @@
/**
* A "unique identifier". This is modeled after OSF DCE UUIDs.
* @status FROZEN
*/
struct nsID {

View File

@ -123,7 +123,7 @@ NS_IMETHODIMP_(nsrefcnt) _class::AddRef(void) \
NS_IMETHODIMP_(nsrefcnt) _class::AddRef(void) \
{ \
NS_PRECONDITION(_aggregator, "null aggregator"); \
return (_aggregator)->AddRef(); \
return (_aggregator)->AddRef(); \
}
/**

View File

@ -123,7 +123,7 @@ NS_IMETHODIMP_(nsrefcnt) _class::AddRef(void) \
NS_IMETHODIMP_(nsrefcnt) _class::AddRef(void) \
{ \
NS_PRECONDITION(_aggregator, "null aggregator"); \
return (_aggregator)->AddRef(); \
return (_aggregator)->AddRef(); \
}
/**