move kLatin1ToUnicodeCID from nsConverterCID.h to nsUCvLatinCID.h

This commit is contained in:
ftang%netscape.com 1999-01-29 18:13:32 +00:00
parent 98fd34393f
commit cf402a4b8c
4 changed files with 7 additions and 6 deletions

View File

@ -20,6 +20,7 @@ DEPTH=..\..
DIRS=public src \ DIRS=public src \
ucvlatin \ ucvlatin \
ucvja \ ucvja \
ucvja2 \
tests tests
include <$(DEPTH)\layout\config\rules.mak> include <$(DEPTH)\layout\config\rules.mak>

View File

@ -22,9 +22,4 @@
#include "nsISupports.h" #include "nsISupports.h"
// Class ID for our Latin1ToUnicode charset converter
// {A3254CB0-8E20-11d2-8A98-00600811A836}
NS_DECLARE_ID(kLatin1ToUnicodeCID,
0xa3254cb0, 0x8e20, 0x11d2, 0x8a, 0x98, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36);
#endif /* nsConverterCID_h___ */ #endif /* nsConverterCID_h___ */

View File

@ -21,7 +21,7 @@
#include "nsIUnicodeDecoder.h" #include "nsIUnicodeDecoder.h"
#include "nsLatin1ToUnicode.h" #include "nsLatin1ToUnicode.h"
#include "nsConverterCID.h" #include "nsUCvLatinCID.h"
#include "nsUCvLatinDll.h" #include "nsUCvLatinDll.h"
//---------------------------------------------------------------------- //----------------------------------------------------------------------

View File

@ -21,6 +21,11 @@
#define nsUCvLatinCID_h___ #define nsUCvLatinCID_h___
#include "nsISupports.h" #include "nsISupports.h"
// Class ID for our Latin1ToUnicode charset converter
// {A3254CB0-8E20-11d2-8A98-00600811A836}
NS_DECLARE_ID(kLatin1ToUnicodeCID,
0xa3254cb0, 0x8e20, 0x11d2, 0x8a, 0x98, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36);
// Class ID for our ISO88597ToUnicode charset converter // Class ID for our ISO88597ToUnicode charset converter
// {AF7A9951-AA48-11d2-B3AE-00805F8A6670} // {AF7A9951-AA48-11d2-B3AE-00805F8A6670}