зеркало из https://github.com/mozilla/gecko-dev.git
Interface implemented as "public".
This commit is contained in:
Родитель
3dc6bc209c
Коммит
d35592858b
|
@ -30,7 +30,8 @@
|
|||
* Factory class for the nsSJIS2Unicode objects.
|
||||
*
|
||||
*/
|
||||
class nsSJIS2UnicodeFactory : public nsIFactory, nsICharsetConverterInfo
|
||||
class nsSJIS2UnicodeFactory : public nsIFactory,
|
||||
public nsICharsetConverterInfo
|
||||
{
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
* Factory class for the nsEUCJPToUnicode objects.
|
||||
*
|
||||
*/
|
||||
class nsEUCJPToUnicodeFactory : public nsIFactory, nsICharsetConverterInfo
|
||||
class nsEUCJPToUnicodeFactory : public nsIFactory,
|
||||
public nsICharsetConverterInfo
|
||||
{
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
* @created 09/Feb/1998
|
||||
* @author Catalin Rotaru [CATA]
|
||||
*/
|
||||
class nsISO2022JPToUnicodeFactory : public nsIFactory, nsICharsetConverterInfo
|
||||
class nsISO2022JPToUnicodeFactory : public nsIFactory,
|
||||
public nsICharsetConverterInfo
|
||||
{
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
* Factory class for the nsCP1253ToUnicode objects.
|
||||
*
|
||||
*/
|
||||
class nsCP1253ToUnicodeFactory : public nsIFactory, nsICharsetConverterInfo
|
||||
class nsCP1253ToUnicodeFactory : public nsIFactory,
|
||||
public nsICharsetConverterInfo
|
||||
{
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
* Factory class for the nsISO88597ToUnicode objects.
|
||||
*
|
||||
*/
|
||||
class nsISO88597ToUnicodeFactory : public nsIFactory, nsICharsetConverterInfo
|
||||
class nsISO88597ToUnicodeFactory : public nsIFactory,
|
||||
public nsICharsetConverterInfo
|
||||
{
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
* @created 08/Dec/1998
|
||||
* @author Catalin Rotaru [CATA]
|
||||
*/
|
||||
class nsLatin1ToUnicodeFactory : public nsIFactory, nsICharsetConverterInfo
|
||||
class nsLatin1ToUnicodeFactory : public nsIFactory,
|
||||
public nsICharsetConverterInfo
|
||||
{
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче