зеркало из https://github.com/mozilla/gecko-dev.git
Added mCharset and mLocale to the class.
This commit is contained in:
Родитель
b0eea336ca
Коммит
43448189a5
|
@ -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__ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче