> 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
- nsAReadableString, etc Jon Smirl
- Re: nsAReadableString, etc Pete Collins
- Re: nsAReadableString, etc John Bandhauer
- Re: nsAReadableString, etc David Bradley
- Re: nsAReadableString, etc Pete Collins
- Re: nsAReadableString, etc David Bradley
