mtpfws/mtpfw/dataproviders/dputility/src/cmtpgetobjectproplist.cpp
changeset 17 aabe5387f5ce
parent 0 d0791faffa3f
child 14 60a94a45d437
equal deleted inserted replaced
0:d0791faffa3f 17:aabe5387f5ce
   447                 iPropertyList->CommitPropElemL(propElem);  
   447                 iPropertyList->CommitPropElemL(propElem);  
   448 				}
   448 				}
   449         	}
   449         	}
   450         	break;    
   450         	break;    
   451         default:
   451         default:
   452             Panic(EMTPDpUnsupportedProperty);
   452             User::Leave( KErrNotSupported );
   453             break;
   453             break;
   454             }       
   454             }       
   455         } 
   455         } 
   456     }
   456     }
   457 
   457