Peter Djalaliev wrote:
template <class T> NS_QueryNotificationCallbacks(mCallbacks, mLoadGroup, NS_GET_IID(T), getter_AddRefs(aResult));
It also queries the loadgroup's notification callbacks, if any. Necko is supposed to fallback to them if the channel's notification callbacks are not set or do not have the requested interface. (That's not quite valid C++ syntax though. Where's the template<class T> coming from?)
_______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
