зеркало из https://github.com/mozilla/pjs.git
checkin for bstell@netscape.com:
bug 54000; r=ftang@netscape.com, sr=erik@netscape.com (part of nl_langinfo(CODESET);) add DidLoad() method to indicate the file was loaded
This commit is contained in:
Родитель
9cda032ba6
Коммит
9455c1c855
|
@ -93,3 +93,9 @@ NS_IMETHODIMP nsURLProperties::Get(const nsString& aKey, nsString& oValue)
|
|||
else
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsURLProperties::DidLoad(PRBool &oDidLoad)
|
||||
{
|
||||
oDidLoad = (mDelegate!=nsnull);
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче