mtpfws/mtpfw/dataproviders/proxydp/src/cmtpdeleteobject.cpp
changeset 60 841f70763fbe
parent 49 c20dd21d1eb4
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
   221         SendResponseL( iResponse.Uint16( TMTPTypeResponse::EResponseCode ) );
   221         SendResponseL( iResponse.Uint16( TMTPTypeResponse::EResponseCode ) );
   222         }
   222         }
   223 
   223 
   224     OstTraceFunctionExit0( CMTPDELETEOBJECT_RUNL_EXIT );
   224     OstTraceFunctionExit0( CMTPDELETEOBJECT_RUNL_EXIT );
   225     }
   225     }
       
   226 
       
   227 #ifdef OST_TRACE_COMPILER_IN_USE
       
   228 TInt CMTPDeleteObject::RunError(TInt aErr)
       
   229 #else
       
   230 TInt CMTPDeleteObject::RunError(TInt /*aErr*/)
       
   231 #endif
       
   232 	{
       
   233 	OstTrace1(TRACE_ERROR, DUP1_CMTPDELETEOBJECT_RUNERROR,"CMTPDeleteObject::RunError is %d", aErr );
       
   234 	TRAP_IGNORE(SendResponseL(EMTPRespCodeGeneralError));
       
   235 	return KErrNone;
       
   236 	}
   226     
   237     
   227 /**
   238 /**
   228 Completes the current asynchronous request with the specified 
   239 Completes the current asynchronous request with the specified 
   229 completion code.
   240 completion code.
   230 @param aError The asynchronous request completion request.
   241 @param aError The asynchronous request completion request.