phonebookui/Phonebook2/GroupExtension/src/CPguAddMembersCmd.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 74 6b5524b4f673
--- 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 <pbk2groupuires.rsg>
-#include <pbk2commands.rsg>
-#include <pbk2uicontrols.rsg>
+#include <Pbk2GroupUIRes.rsg>
+#include <Pbk2Commands.rsg>
+#include <Pbk2UIControls.rsg>
 #include <CPbk2FetchDlg.h>
 #include <MPbk2CommandObserver.h>
 #include <MPbk2ContactUiControl.h>
@@ -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