Peter Djalaliev wrote:
Does the netlib module have an implementation of nsIInterfaceRequestor?
There are dozens of implementations, all over the source. Any object can implement it, pretty much.
Is there some way to invoke the functionality of this interface from within the netlib code - more specifically, within nsHttpChannel?
You mean you want to request a specific interface? That requires working with an object that can hand that interface out.
For nsHttpChannel, I suspect NS_QueryNotificationCallbacks is what you want. -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
