mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Bug 1045289 - Rename nsXPComInit.cpp to XPCOMInit.cpp. r=froydnj
--HG-- rename : xpcom/build/nsXPComInit.cpp => xpcom/build/XPCOMInit.cpp
This commit is contained in:
parent
2018920696
commit
5c73bc7757
@ -26,7 +26,7 @@
|
||||
* arbitrary data, passed as a (char*, size) tuple.
|
||||
*
|
||||
* Clients should use the GetSingleton() static method to access the cache. It
|
||||
* will be available from the end of XPCOM init (NS_InitXPCOM3 in nsXPComInit.cpp),
|
||||
* will be available from the end of XPCOM init (NS_InitXPCOM3 in XPCOMInit.cpp),
|
||||
* until XPCOM shutdown begins. The GetSingleton() method will return null if the cache
|
||||
* is unavailable. The cache is only provided for libxul builds --
|
||||
* it will fail to link in non-libxul builds. The XPCOM interface is provided
|
||||
|
@ -51,9 +51,9 @@ UNIFIED_SOURCES += [
|
||||
'IOInterposer.cpp',
|
||||
'LateWriteChecks.cpp',
|
||||
'MainThreadIOLogger.cpp',
|
||||
'nsXPComInit.cpp',
|
||||
'nsXPCOMStrings.cpp',
|
||||
'Services.cpp',
|
||||
'XPCOMInit.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['OS_ARCH'] != 'WINNT':
|
||||
|
@ -31,7 +31,7 @@
|
||||
nsresult InitWithUnicodePath(const char16_t *aPath); \
|
||||
nsresult AppendRelativeUnicodePath(const char16_t *aRelativePath);
|
||||
|
||||
// nsXPComInit needs to know about how we are implemented,
|
||||
// XPCOMInit needs to know about how we are implemented,
|
||||
// so here we will export it. Other users should not depend
|
||||
// on this.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user