--- a/phonebookui/Phonebook2/GroupExtension/inc/CPguAddMembersCmd.h Tue May 11 16:00:21 2010 +0300
+++ b/phonebookui/Phonebook2/GroupExtension/inc/CPguAddMembersCmd.h Tue May 25 12:26:45 2010 +0300
@@ -158,6 +158,8 @@
void DoLaunchFetchDialogL();
void PrepareFetchResultsL(
MVPbkContactLinkArray* aMarkedEntries );
+ void CheckContactsL();
+ void BeginRelocationL();
void RelocateContactsL();
void RelocateContactL(
MVPbkStoreContact* aStoreContact );
@@ -178,6 +180,8 @@
{
ERetrievingContact,
EHandleContactLockedEvent,
+ ECheckContacts,
+ ERelocateContacts,
EShowingProgressNote,
EAddingContactsToGroup,
ECommitingTransaction,
@@ -213,6 +217,10 @@
TState iState;
/// Own: count of contacts already added to group
TInt iAddedContactsCount;
+ /// Own: counter of contacts
+ TInt iContactsCounter;
+ /// Own: Contact
+ MVPbkStoreContact* iContact;
};
#endif // CPGUADDMEMBERSCMD_H