bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately

nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
This commit is contained in:
alecf%netscape.com 2005-11-15 20:09:12 +00:00
Родитель 2026a983bb
Коммит fa885f9755
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -69,7 +69,7 @@ interface nsILDAPAutoCompFormatter : nsISupports {
* was in when the error occured (aState) is formatted into a general
* error message which is put in the value attribute of the item,
* and the specific error (aErrorCode) is formatted into another message
* which is put in an nsISupportsWString in the param attribute of the
* which is put in an nsISupportsString in the param attribute of the
* item.
*
* @param aState state of autocomplete session when error occurred