Added mCharset and mLocale to the class.

This commit is contained in:
nhotta%netscape.com 1999-02-17 18:32:33 +00:00
Родитель b0eea336ca
Коммит 43448189a5
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -27,6 +27,11 @@
class nsCollationUnix : public nsICollation {
protected:
nsCollation *mCollation;
nsString mLocale; //should be nsCString when available
nsString mCharset;
public:
NS_DECL_ISUPPORTS
@ -60,9 +65,6 @@ public:
nsCollationUnix();
virtual ~nsCollationUnix();
protected:
nsCollation *mCollation;
};
#endif /* nsCollationUnix_h__ */