messagingapp/msgutils/unidatautils/unidatamodel/src/UniObjectList.cpp
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
   321 
   321 
   322     CUri16* decodedUri = NULL;
   322     CUri16* decodedUri = NULL;
   323     TUriParser8 parser;
   323     TUriParser8 parser;
   324 	if( !url8bit )
   324 	if( !url8bit )
   325         {
   325         {
   326 		return;
   326 		return NULL;
   327 		}
   327 		}
   328 
   328 
   329     if( aUrl.MatchF( KContentIdString ) == 0 )
   329     if( aUrl.MatchF( KContentIdString ) == 0 )
   330         {
   330         {
   331         //Remove "cid:" from the beginning
   331         //Remove "cid:" from the beginning