diff dwt/internal/mozilla/nsXPCOM.d @ 305:c7c696cdfec2

Mozilla module progress; fixes to other browser modules; update XPCOM interfaces
author John Reimer<terminal.node@gmail.com>
date Sat, 16 Aug 2008 22:53:35 -0700
parents 3dfa75c74ed2
children
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsXPCOM.d	Thu Aug 14 20:25:29 2008 -0700
+++ b/dwt/internal/mozilla/nsXPCOM.d	Sat Aug 16 22:53:35 2008 -0700
@@ -44,8 +44,8 @@
 nsresult  NS_GetComponentManager(nsIComponentManager *result);
 nsresult  NS_GetComponentRegistrar(nsIComponentRegistrar *result);
 nsresult  NS_GetMemoryManager(nsIMemory *result);
-nsresult  NS_NewLocalFile(inout nsAString path, PRBool followLinks, nsILocalFile* result);
-nsresult  NS_NewNativeLocalFile(inout nsACString path, PRBool followLinks, nsILocalFile* result);
+nsresult  NS_NewLocalFile(nsAString* path, PRBool followLinks, nsILocalFile* result);
+nsresult  NS_NewNativeLocalFile(nsACString* path, PRBool followLinks, nsILocalFile* result);
 void *    NS_Alloc(PRSize size);
 void *    NS_Realloc(void *ptr, PRSize size);
 void      NS_Free(void *ptr);