- Timestamp:
- Nov 21, 2023 12:51:35 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160322
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp
r102047 r102197 55 55 #include "nsCOMArray.h" 56 56 57 #include "prio.h"58 59 57 #include <iprt/asm.h> 60 58 #include <iprt/critsect.h> -
trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcd.cpp
r102047 r102197 36 36 * ***** END LICENSE BLOCK ***** */ 37 37 38 #include "prio.h"39 40 38 #include "ipcConfig.h" 41 39 #include "ipcLog.h" -
trunk/src/libs/xpcom18a4/vboxdeps.cpp
r102174 r102197 3 3 4 4 #include <plstr.h> 5 #include <prio.h>6 5 #include <nsDeque.h> 7 6 #include <nsHashSets.h> … … 18 17 (uintptr_t)PL_strncpyz, 19 18 (uintptr_t)PL_HashString, 20 (uintptr_t)PR_Close,21 19 (uintptr_t)NS_ProxyRelease, 22 20 (uintptr_t)nsTraceRefcnt::LogRelease, -
trunk/src/libs/xpcom18a4/xpcom/components/nsCategoryManager.cpp
r102186 r102197 43 43 44 44 #include "plarena.h" 45 #include "prio.h"46 45 #include "prprf.h" 47 46 #include "prlock.h" -
trunk/src/libs/xpcom18a4/xpcom/components/nsCategoryManager.h
r102186 r102197 40 40 #define NSCATEGORYMANAGER_H 41 41 42 #include "prio.h"43 42 #include "plarena.h" 44 43 #include "nsClassHashtable.h" -
trunk/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp
r102192 r102197 1024 1024 return NS_ERROR_NOT_INITIALIZED; // this should have been set by Init(). 1025 1025 1026 PRFileDesc* fd = nsnull;1027 1028 1026 // Set From Init 1029 1027 if (!mRegistryFile) { -
trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiManifest.cpp
r102191 r102197 307 307 PRUint32* pLength) 308 308 { 309 PRFileDesc* fd = nsnull;310 309 PRInt32 flen; 311 310 PRInt64 fileSize; -
trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiprivate.h
r102184 r102197 83 83 #include "plstr.h" 84 84 #include "prprf.h" 85 #include "prio.h"86 85 #include "prtime.h" 87 86
Note:
See TracChangeset
for help on using the changeset viewer.