mmsengine/mmscodec/src/mmsdecode.cpp
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
child 67 fc91263aee62
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
  3654     // To handle X-headers and Java apllication id parameters,
  3654     // To handle X-headers and Java apllication id parameters,
  3655     // the text string is offered to caller.
  3655     // the text string is offered to caller.
  3656     // The header has been set to KMmsTextHeader to indicate that the field value
  3656     // The header has been set to KMmsTextHeader to indicate that the field value
  3657     // is still available.
  3657     // is still available.
  3658 
  3658 
  3659     if ( ( header < 0 ) && ( iPosition < iLength ) )
       
  3660         {
       
  3661         SkipFieldValue();
       
  3662         }
       
  3663 
  3659 
  3664     return header;
  3660     return header;
  3665     }
  3661     }
  3666 
  3662 
  3667 // ---------------------------------------------------------
  3663 // ---------------------------------------------------------