mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
Add const to interface declaration to fix AIX tbox bustage.
This commit is contained in:
parent
390b387697
commit
e7f7b7be4b
@ -69,7 +69,7 @@ interface nsIPK11Token : nsISupports
|
||||
void changePassword(in wstring oldPassword, in wstring newPassword);
|
||||
long getAskPasswordTimes();
|
||||
long getAskPasswordTimeout();
|
||||
void setAskPasswordDefaults(in long askTimes, in long timeout);
|
||||
void setAskPasswordDefaults([const] in long askTimes, [const] in long timeout);
|
||||
|
||||
/*
|
||||
* Other attributes
|
||||
|
Loading…
x
Reference in New Issue
Block a user