From d5d50a4909ec055d3b3522db8f9df6196b494d3f Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Sun, 23 Apr 2000 01:45:21 +0000 Subject: [PATCH] Some folks were confused about why we had AsyncOpen I put a comment saying this method is being made obsolete and no one really implements it. git-svn-id: svn://10.0.0.236/trunk@66893 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/base/public/nsIChannel.idl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/netwerk/base/public/nsIChannel.idl b/mozilla/netwerk/base/public/nsIChannel.idl index d844e0f9944..26c8a9983dd 100644 --- a/mozilla/netwerk/base/public/nsIChannel.idl +++ b/mozilla/netwerk/base/public/nsIChannel.idl @@ -304,6 +304,10 @@ interface nsIChannel : nsIRequest nsIOutputStream openOutputStream(); /** + * !!WARNING!!: this interface method has become obsolete....I don't believe + * anyone actually implements this anymore. Just go ahead and call AsyncRead + * directly. + * * Opens the channel asynchronously. The nsIStreamObserver's OnStartRequest * method is called back when the channel actually becomes open, providing * the content type. Its OnStopRequest method is called when the channel