the xpidl stuff is not generating a 'const' for 'in boolean permenant' so

I forced it (by adding [const].  fixing an AIX build bustage
r= morse@netscape.com
#= 73945


git-svn-id: svn://10.0.0.236/trunk@90778 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com
2001-03-29 15:58:07 +00:00
parent d99b89d066
commit aa243d015e

View File

@@ -34,7 +34,7 @@ interface nsICookieManager : nsISupports
{
void removeAll();
readonly attribute nsISimpleEnumerator enumerator;
void remove(in string domain, in string name, in string path, in boolean permanent);
void remove(in string domain, in string name, in string path, [const] in boolean permanent);
};
%{ C++