| Index: xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h
|
| diff --git a/xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h b/xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h
|
| index 1e9f9a433f3a59cd694f67542726439f81d9e0ca..1c324796c8a0f3f15856270fc019523ddf5814a8 100644
|
| --- a/xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h
|
| +++ b/xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h
|
| @@ -11,12 +11,12 @@ class CBC_CommonCharacterSetECI;
|
| class CBC_CommonCharacterSetECI : public CBC_CommonECI
|
| {
|
| public:
|
| - CBC_CommonCharacterSetECI(FX_INT32 value, CFX_ByteString encodingName);
|
| + CBC_CommonCharacterSetECI(int32_t value, CFX_ByteString encodingName);
|
| virtual ~CBC_CommonCharacterSetECI();
|
| CFX_ByteString GetEncodingName();
|
| - static void AddCharacterSet(FX_INT32 value, CFX_ByteString encodingName);
|
| - FX_INT32 GetValue();
|
| - static CBC_CommonCharacterSetECI* GetCharacterSetECIByValue(FX_INT32 value);
|
| + static void AddCharacterSet(int32_t value, CFX_ByteString encodingName);
|
| + int32_t GetValue();
|
| + static CBC_CommonCharacterSetECI* GetCharacterSetECIByValue(int32_t value);
|
| static CBC_CommonCharacterSetECI* GetCharacterSetECIByName(const CFX_ByteString& name);
|
| private:
|
| CFX_ByteString m_encodingName;
|
|
|