phonebookui/Phonebook2/GroupExtension/src/CPguAddMembersCmd.cpp
branchRCL_3
changeset 74 6b5524b4f673
parent 68 9da50d567e3c
child 85 38bb213f60ba
equal deleted inserted replaced
68:9da50d567e3c 74:6b5524b4f673
   802     else
   802     else
   803         {
   803         {
   804         iState = ECommitingTransaction;
   804         iState = ECommitingTransaction;
   805         }
   805         }
   806     
   806     
       
   807     if ( iAbort )
       
   808         {
       
   809         iState = ECommitingTransaction;
       
   810         }
       
   811     
   807     IssueRequest();
   812     IssueRequest();
   808     }
   813     }
   809 
   814 
   810 // --------------------------------------------------------------------------
   815 // --------------------------------------------------------------------------
   811 // CPguAddMembersCmd::CommitTransactionL
   816 // CPguAddMembersCmd::CommitTransactionL
  1015         {
  1020         {
  1016         iState = ERelocateContacts;
  1021         iState = ERelocateContacts;
  1017         IssueRequest();
  1022         IssueRequest();
  1018         }
  1023         }
  1019     }
  1024     }
       
  1025 
       
  1026 void CPguAddMembersCmd::Abort()
       
  1027     {
       
  1028     if ( iDecorator )
       
  1029         {
       
  1030         // iDecorator calls ProcessStopped to end this cmd
       
  1031         iDecorator->ProcessStopped();
       
  1032         iAbort = ETrue;
       
  1033         }
       
  1034     }
       
  1035 
  1020 // End of File
  1036 // End of File