Interface implemented as "public".

This commit is contained in:
cata%netscape.com 1999-02-17 23:21:22 +00:00
Родитель 3dc6bc209c
Коммит d35592858b
6 изменённых файлов: 12 добавлений и 6 удалений

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

@ -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