Changeset 101858 in vbox
- Timestamp:
- Nov 6, 2023 11:23:44 AM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4/xpcom
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/build/nsXPCOM.h
r101852 r101858 64 64 class nsILocalFile; 65 65 class nsIDirectoryServiceProvider; 66 class nsIMemory;67 66 class nsIDebug; 68 67 class nsITraceRefcnt; -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPCOMPrivate.h
r11551 r101858 88 88 typedef nsresult (* GetComponentManagerFunc)(nsIComponentManager* *result); 89 89 typedef nsresult (* GetComponentRegistrarFunc)(nsIComponentRegistrar* *result); 90 typedef nsresult (* GetMemoryManagerFunc)(nsIMemory* *result);91 90 typedef nsresult (* NewLocalFileFunc)(const nsAString &path, PRBool followLinks, nsILocalFile* *result); 92 91 typedef nsresult (* NewNativeLocalFileFunc)(const nsACString &path, PRBool followLinks, nsILocalFile* *result);
Note:
See TracChangeset
for help on using the changeset viewer.