Checking in a header file which was missed in my last check in, bug 20380,=tao.

This commit is contained in:
nhotta%netscape.com 2000-01-04 21:14:16 +00:00
Родитель 1c2e74b53e
Коммит c8d6589459
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -33,9 +33,13 @@ class nsCollationUnix : public nsICollation {
protected:
nsCollation *mCollation;
nsString mLocale; //should be nsCString when available
nsString mLocale;
nsString mSavedLocale;
nsString mCharset;
void DoSetLocale();
void DoRestoreLocale();
public:
NS_DECL_ISUPPORTS