cbs/CbsServer/ServerInc/CCbsMessage.h
branchCompilerCompatibility
changeset 9 b1a6ccd41bc9
parent 0 ff3b6d0fd310
equal deleted inserted replaced
6:76e20e0cfdc7 9:b1a6ccd41bc9
    34 struct TCbsIso639ToLangMapElement
    34 struct TCbsIso639ToLangMapElement
    35     {
    35     {
    36     const TLitC< 3 > iCode;
    36     const TLitC< 3 > iCode;
    37     const TCbsDbLanguage iLang;
    37     const TCbsDbLanguage iLang;
    38 
    38 
    39     TCbsIso639ToLangMapElement::TCbsIso639ToLangMapElement( 
    39     TCbsIso639ToLangMapElement( 
    40         const TLitC< 3 > aCode, 
    40         const TLitC< 3 > aCode, 
    41         TCbsDbLanguage aLang )
    41         TCbsDbLanguage aLang )
    42         :iCode( aCode ), 
    42         :iCode( aCode ), 
    43         iLang( aLang ) { }
    43         iLang( aLang ) { }
    44     };
    44     };