phonebookui/Phonebook2/GroupExtension/src/CPguAddMembersCmd.cpp
branchRCL_3
changeset 74 6b5524b4f673
parent 68 9da50d567e3c
child 85 38bb213f60ba
--- a/phonebookui/Phonebook2/GroupExtension/src/CPguAddMembersCmd.cpp	Tue Sep 14 20:54:53 2010 +0300
+++ b/phonebookui/Phonebook2/GroupExtension/src/CPguAddMembersCmd.cpp	Wed Sep 15 11:56:55 2010 +0300
@@ -804,6 +804,11 @@
         iState = ECommitingTransaction;
         }
     
+    if ( iAbort )
+        {
+        iState = ECommitingTransaction;
+        }
+    
     IssueRequest();
     }
 
@@ -1017,4 +1022,15 @@
         IssueRequest();
         }
     }
+
+void CPguAddMembersCmd::Abort()
+    {
+    if ( iDecorator )
+        {
+        // iDecorator calls ProcessStopped to end this cmd
+        iDecorator->ProcessStopped();
+        iAbort = ETrue;
+        }
+    }
+
 // End of File