зеркало из https://github.com/mozilla/gecko-dev.git
127093. adds nsID.h nsISupportsBase.h nscore.h to sdk. r=seawood, sr=alecf,rpotts, a=shaver
This commit is contained in:
Родитель
9f77e680ce
Коммит
0e918a76c3
|
@ -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 \
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
|
||||
/**
|
||||
* A "unique identifier". This is modeled after OSF DCE UUIDs.
|
||||
* @status FROZEN
|
||||
*/
|
||||
|
||||
struct nsID {
|
||||
|
|
|
@ -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(); \
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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(); \
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче