diff -r 6b5524b4f673 -r 38bb213f60ba phonebookui/Phonebook2/GroupExtension/src/CPguAddMembersCmd.cpp --- a/phonebookui/Phonebook2/GroupExtension/src/CPguAddMembersCmd.cpp Wed Sep 15 11:56:55 2010 +0300 +++ b/phonebookui/Phonebook2/GroupExtension/src/CPguAddMembersCmd.cpp Wed Oct 13 14:15:33 2010 +0300 @@ -19,9 +19,9 @@ #include "CPguAddMembersCmd.h" // Phonebook 2 -#include -#include -#include +#include +#include +#include #include #include #include @@ -804,11 +804,6 @@ iState = ECommitingTransaction; } - if ( iAbort ) - { - iState = ECommitingTransaction; - } - IssueRequest(); } @@ -1022,15 +1017,4 @@ IssueRequest(); } } - -void CPguAddMembersCmd::Abort() - { - if ( iDecorator ) - { - // iDecorator calls ProcessStopped to end this cmd - iDecorator->ProcessStopped(); - iAbort = ETrue; - } - } - // End of File