This commit is contained in:
cata%netscape.com 2000-02-02 04:23:47 +00:00
Родитель 15ae8dfd34
Коммит 08b721d62e
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -64,8 +64,8 @@
/**
* Interface for a Manager of Charset Converters.
*
* This Manager's data is a caching of Registry available stuff. But the access
* methods are also doing all the work to get it and provide it.
* This Manager's data is a cacheing of Registry available stuff. But the
* access methods are also doing all the work to get it and provide it.
*
* Note: The term "Charset" used in the classes, interfaces and file names
* should be read as "Coded Character Set". I am saying "charset" only for
@ -96,6 +96,7 @@ public:
nsString ** aResult) = 0;
NS_IMETHOD GetCharsetData(nsString * aCharset, nsString * aProp,
nsString ** aResult) = 0;
NS_IMETHOD GetCharsetTitle(nsString * aCharset, nsString ** aResult) = 0;
};
#endif /* nsICharsetConverterManager_h___ */