phonebookui/Phonebook2/NamesListExtension/src/cpbk2deletemycardcmd.cpp
branchRCL_3
changeset 6 e8e3147d53eb
parent 3 04ab22b956c2
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
   238 TBool CPbk2DeleteMyCardCmd::StepFailed(
   238 TBool CPbk2DeleteMyCardCmd::StepFailed(
   239     MVPbkContactOperationBase& /*aOperation*/,
   239     MVPbkContactOperationBase& /*aOperation*/,
   240     TInt /*aStepSize*/,
   240     TInt /*aStepSize*/,
   241     TInt aError )
   241     TInt aError )
   242     {
   242     {
   243     ProcessDismissed( aError );
   243     ProcessDismissed( aError );   
       
   244     
       
   245     if ( aError == KErrInUse )
       
   246         {                                                             
       
   247         CCoeEnv::Static()->HandleError( KErrInUse );    
       
   248         }
       
   249     
   244     return EFalse;
   250     return EFalse;
   245     }
   251     }
   246 
   252 
   247 // --------------------------------------------------------------------------
   253 // --------------------------------------------------------------------------
   248 // CPbk2DeleteMyCardCmd::OperationComplete
   254 // CPbk2DeleteMyCardCmd::OperationComplete