Changeset 1457 in SHVCSoftware


Ignore:
Timestamp:
20 Aug 2015, 19:07:29 (9 years ago)
Author:
seregin
Message:

replaced Char with TChar

Location:
branches/SHM-dev/source/Lib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/SyntaxElementParser.cpp

    r1442 r1457  
    115115
    116116#if Q0096_OVERLAY_SEI
    117 Void  SyntaxElementParser::xReadStringTr        (UInt buSize, UChar *pValue, UInt& rLength, const Char *pSymbolName)
     117Void SyntaxElementParser::xReadStringTr( UInt buSize, UChar *pValue, UInt& rLength, const TChar *pSymbolName )
    118118{
    119119#if RExt__DECODER_DEBUG_BIT_STATISTICS
  • branches/SHM-dev/source/Lib/TLibDecoder/SyntaxElementParser.h

    r1442 r1457  
    120120  Void  xReadFlagTr  (              UInt& rValue, const TChar *pSymbolName);
    121121#if Q0096_OVERLAY_SEI
    122   Void  xReadStringTr(UInt bufSize, UChar *pValue, UInt& rLength, const Char *pSymbolName);
     122  Void  xReadStringTr(UInt bufSize, UChar *pValue, UInt& rLength, const TChar *pSymbolName);
    123123#endif
    124124#endif
  • branches/SHM-dev/source/Lib/TLibEncoder/SyntaxElementWriter.cpp

    r1442 r1457  
    9292
    9393#if Q0096_OVERLAY_SEI
    94 Void  SyntaxElementWriter::xWriteStringTr( UChar* value, UInt length, const Char *pSymbolName)
     94Void  SyntaxElementWriter::xWriteStringTr( UChar* value, UInt length, const TChar *pSymbolName)
    9595{
    9696  xWriteString(value, length);
  • branches/SHM-dev/source/Lib/TLibEncoder/SyntaxElementWriter.h

    r1442 r1457  
    9797  Void  xWriteFlagTr          ( UInt value,               const TChar *pSymbolName);
    9898#if Q0096_OVERLAY_SEI
    99   Void  xWriteStringTr        ( UChar* value, UInt length, const Char *pSymbolName);
     99  Void  xWriteStringTr        ( UChar* value, UInt length, const TChar *pSymbolName);
    100100#endif
    101101#endif
Note: See TracChangeset for help on using the changeset viewer.