mtpfws/mtpfw/dataproviders/dputility/src/cmtpsetobjectpropvalue.cpp
branchRCL_3
changeset 2 4843bb5893b6
parent 0 d0791faffa3f
child 6 ef55b168cedb
equal deleted inserted replaced
1:f8e15b44d440 2:4843bb5893b6
   206 			//!!! Never come here, it should be blocked on CheckRequestL()
   206 			//!!! Never come here, it should be blocked on CheckRequestL()
   207 			// and EMTPRespCodeAccessDenied will be reported.
   207 			// and EMTPRespCodeAccessDenied will be reported.
   208 			//No break sentance, goto Panic
   208 			//No break sentance, goto Panic
   209 			}
   209 			}
   210 		default:
   210 		default:
   211 			Panic(EMTPDpUnsupportedProperty);
   211 		    User::Leave( KErrNotSupported );
       
   212 		    break;
   212 		}	
   213 		}	
   213 	}
   214 	}
   214 
   215 
   215 /**
   216 /**
   216 Apply the references to the specified object
   217 Apply the references to the specified object
   308 			}	
   309 			}	
   309 			break;
   310 			break;
   310 			
   311 			
   311 			
   312 			
   312 		default:
   313 		default:
   313 			Panic(EMTPDpUnsupportedProperty);
   314 		    User::Leave( KErrNotSupported );
       
   315 		    break;
   314 		}
   316 		}
   315 
   317 
   316 	SendResponseL(responseCode);
   318 	SendResponseL(responseCode);
   317 	return EFalse;	
   319 	return EFalse;	
   318 	}
   320 	}