mtpfws/mtpfw/dataproviders/dputility/src/cmtpmoveobject.cpp
changeset 60 841f70763fbe
parent 49 c20dd21d1eb4
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
   519 		SendResponseL(EMTPRespCodeOK);
   519 		SendResponseL(EMTPRespCodeOK);
   520 		}
   520 		}
   521 	OstTraceFunctionExit0( CMTPMOVEOBJECT_RUNL_EXIT );
   521 	OstTraceFunctionExit0( CMTPMOVEOBJECT_RUNL_EXIT );
   522 	}
   522 	}
   523 
   523 
       
   524 #ifdef OST_TRACE_COMPILER_IN_USE
       
   525 TInt CMTPMoveObject::RunError(TInt aErr)
       
   526 #else
       
   527 TInt CMTPMoveObject::RunError(TInt /*aErr*/)
       
   528 #endif
       
   529     {
       
   530     OstTrace1(TRACE_ERROR, CMTPMOVEOBJECT_RUNERROR,"CMTPMoveObject::RunError is %d", aErr );
       
   531 	TRAP_IGNORE(SendResponseL(EMTPRespCodeGeneralError));
       
   532     return KErrNone;
       
   533     }
       
   534 
   524 /**
   535 /**
   525 Override to handle the complete phase of move object
   536 Override to handle the complete phase of move object
   526 */
   537 */
   527 TBool CMTPMoveObject::DoHandleCompletingPhaseL()
   538 TBool CMTPMoveObject::DoHandleCompletingPhaseL()
   528 	{
   539 	{