syncmlfw/dm/treedbhandler/src/nsmldmdbhandler.cpp
changeset 72 8ee66fcd0a7c
parent 0 b497e44ab2fc
equal deleted inserted replaced
68:415c00f1675d 72:8ee66fcd0a7c
   882 			
   882 			
   883 		TPtr8 childUriPtr = childUri->Des();
   883 		TPtr8 childUriPtr = childUri->Des();
   884 		childUriPtr.Append ( aURI );
   884 		childUriPtr.Append ( aURI );
   885 		childUriPtr.Append ( KNSmlDmLitSeparator );
   885 		childUriPtr.Append ( KNSmlDmLitSeparator );
   886 		childUriPtr.Append ( tmpDesc.Left ( segEnds ) );	
   886 		childUriPtr.Append ( tmpDesc.Left ( segEnds ) );	
   887 		currentUris.Append ( childUri );
   887 		
       
   888 		TRAPD(err, currentUris.AppendL ( childUri ));
       
   889 		if(err != KErrNone)
       
   890 		    {
       
   891 		    delete childUri;
       
   892 		    User::Leave( err );
       
   893 		    }
       
   894 		        
   888 		startPos += segEnds + 1;
   895 		startPos += segEnds + 1;
   889 		}
   896 		}
   890 	
   897 	
   891 	// Search all the uris which have the parent uri matching with the given aURI 
   898 	// Search all the uris which have the parent uri matching with the given aURI 
   892 	TBool found(EFalse);
   899 	TBool found(EFalse);