Changeset 102214 in vbox
- Timestamp:
- Nov 21, 2023 2:50:26 PM (12 months ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/client/public/ipcdclient.h
r30052 r102214 54 54 #include "ipcIClientObserver.h" 55 55 56 #include "prinrval.h" 57 56 58 /* This API is only provided for the extensions compiled into the IPCDC 57 59 * library, hence this API is hidden in the final DSO. */ -
trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcLog.cpp
r101963 r102214 44 44 45 45 #include "prprf.h" 46 #include "prthread.h"47 46 #include "plstr.h" 48 47 -
trunk/src/libs/xpcom18a4/xpcom/base/nsExceptionService.cpp
r101957 r102214 41 41 #include "nsIServiceManager.h" 42 42 #include "nsCOMPtr.h" 43 #include "prthread.h"44 43 #include "prlock.h" 45 44 -
trunk/src/libs/xpcom18a4/xpcom/glue/nsISupportsImpl.h
r102210 r102214 45 45 #include "nsISupportsBase.h" 46 46 #endif 47 48 #include "prthread.h" /* needed for thread-safety checks */49 47 50 48 #include "nsDebug.h"
Note:
See TracChangeset
for help on using the changeset viewer.