phonebookui/Phonebook2/ccapplication/ccacontactorservice/src/ccacontactorunieditoroperation.cpp
branchRCL_3
changeset 21 9da50d567e3c
parent 0 e686773b3f54
equal deleted inserted replaced
20:f4a778e096c2 21:9da50d567e3c
    77 // -----------------------------------------------------------------------------
    77 // -----------------------------------------------------------------------------
    78 //
    78 //
    79 void CCCAContactorUniEditorOperation::ExecuteLD()
    79 void CCCAContactorUniEditorOperation::ExecuteLD()
    80     {
    80     {
    81     CleanupStack::PushL(this);
    81     CleanupStack::PushL(this);
       
    82     
       
    83 	TInt err = KErrNone;
       
    84 	TRAP( err,
    82     CCCAMsgEditors::ExecuteL (KSenduiMtmUniMessageUid,
    85     CCCAMsgEditors::ExecuteL (KSenduiMtmUniMessageUid,
    83                 iParam, iName);
    86                 iParam, iName);
       
    87     );
       
    88 	
       
    89 	if ( KErrNone != err )
       
    90 		{
       
    91 	    // Show error note.
       
    92 	    CCoeEnv::Static()->HandleError( err );
       
    93 		}
       
    94 	
    84     CleanupStack::PopAndDestroy(this);
    95     CleanupStack::PopAndDestroy(this);
    85     }
    96     }
    86 // End of File
    97 // End of File