> nsAReadbleString.h/nsAwritableString.h. I guess the new plan is to tell
> readable from writable with the const qualifier. Should the XPIDL compiler
> be changed to reflect this?

Funny, i noticed the same thing the other day.

It should be changed from:

const nsAReadableString & foo
to
const nsAString& foo

and

nsAWritableString & foo
to
nsAString& foo

--pete




Reply via email to