зеркало из https://github.com/mozilla/pjs.git
adding GetSecurityInfo to the nsIChannel. bug 29646 r= warren.
This commit is contained in:
Родитель
612badb3a9
Коммит
d9cdcd13d3
|
@ -315,6 +315,7 @@ public:
|
|||
NS_IMETHOD SetLoadGroup(nsILoadGroup * aLoadGroup) { mLoadGroup = aLoadGroup; return NS_OK; }
|
||||
NS_IMETHOD GetNotificationCallbacks(nsIInterfaceRequestor * *aNotificationCallbacks) { *aNotificationCallbacks = nsnull; return NS_OK; }
|
||||
NS_IMETHOD SetNotificationCallbacks(nsIInterfaceRequestor * aNotificationCallbacks) { return NS_OK; }
|
||||
NS_IMETHOD GetSecurityInfo(nsISupports **info) {*info = nsnull; return NS_OK;}
|
||||
};
|
||||
|
||||
PRInt32 PlaceholderChannel::gRefCnt;
|
||||
|
|
|
@ -315,6 +315,7 @@ public:
|
|||
NS_IMETHOD SetLoadGroup(nsILoadGroup * aLoadGroup) { mLoadGroup = aLoadGroup; return NS_OK; }
|
||||
NS_IMETHOD GetNotificationCallbacks(nsIInterfaceRequestor * *aNotificationCallbacks) { *aNotificationCallbacks = nsnull; return NS_OK; }
|
||||
NS_IMETHOD SetNotificationCallbacks(nsIInterfaceRequestor * aNotificationCallbacks) { return NS_OK; }
|
||||
NS_IMETHOD GetSecurityInfo(nsISupports **info) {*info = nsnull; return NS_OK;}
|
||||
};
|
||||
|
||||
PRInt32 PlaceholderChannel::gRefCnt;
|
||||
|
|
Загрузка…
Ссылка в новой задаче