Changed nsIURL to nsIURI.

This commit is contained in:
nisheeth%netscape.com 1999-06-28 14:12:08 +00:00
parent 6e140506a0
commit bae346e642
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ public:
nsresult Init(nsITransformMediator* aTM,
nsIDocument* aDoc,
nsIURL* aURL,
nsIURI* aURL,
nsIWebShell* aContainer);
// nsISupports
@ -69,6 +69,6 @@ nsresult
NS_NewXSLContentSink(nsIXMLContentSink** aResult,
nsITransformMediator* aTM,
nsIDocument* aDoc,
nsIURL* aURL,
nsIURI* aURL,
nsIWebShell* aWebShell);
#endif // nsXSLContentSink_h__

View File

@ -33,7 +33,7 @@ public:
nsresult Init(nsITransformMediator* aTM,
nsIDocument* aDoc,
nsIURL* aURL,
nsIURI* aURL,
nsIWebShell* aContainer);
// nsISupports
@ -69,6 +69,6 @@ nsresult
NS_NewXSLContentSink(nsIXMLContentSink** aResult,
nsITransformMediator* aTM,
nsIDocument* aDoc,
nsIURL* aURL,
nsIURI* aURL,
nsIWebShell* aWebShell);
#endif // nsXSLContentSink_h__