David Herron wrote:
But in .../ipc/src/nsIPipeTransport.h it has this code which bombs the compile

   #ifdef MOZILLA_VERSION
                        public nsIInputStreamNotify,
                        public nsIOutputStreamNotify
   #else
   // Mods for Mozilla version prior to 1.3b
                        public nsIInputStreamObserver,
                        public nsIOutputStreamObserver
   #endif

Oy. nsIInputStreamNotify got renamed to something else, as I recall.... it's nsIInputStreamCallback now (same API otherwise, though, as I recall).


-Boris
_______________________________________________
Mozilla-netlib mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to