phonebookui/Phonebook2/UIControls/src/CPbk2ContactEditorDlgImpl.cpp
branchRCL_3
changeset 68 9da50d567e3c
parent 63 f4a778e096c2
child 74 6b5524b4f673
equal deleted inserted replaced
63:f4a778e096c2 68:9da50d567e3c
    34 #include <CPbk2PresentationContactField.h>
    34 #include <CPbk2PresentationContactField.h>
    35 #include <CPbk2PresentationContactFieldCollection.h>
    35 #include <CPbk2PresentationContactFieldCollection.h>
    36 #include <MPbk2FieldProperty.h>
    36 #include <MPbk2FieldProperty.h>
    37 #include <MPbk2FieldProperty2.h>
    37 #include <MPbk2FieldProperty2.h>
    38 #include <CPbk2FieldPropertyArray.h>
    38 #include <CPbk2FieldPropertyArray.h>
    39 #include <Pbk2UIControls.rsg>
    39 #include <pbk2uicontrols.rsg>
    40 #include <MPbk2ContactNameFormatter.h>
    40 #include <MPbk2ContactNameFormatter.h>
    41 #include <MPbk2ContactEditorExtension.h>
    41 #include <MPbk2ContactEditorExtension.h>
    42 #include <CPbk2StoreConfiguration.h>
    42 #include <CPbk2StoreConfiguration.h>
    43 #include <CPbk2ContactRelocator.h>
    43 #include <CPbk2ContactRelocator.h>
    44 #include <MPbk2ContactEditorEventObserver.h>
    44 #include <MPbk2ContactEditorEventObserver.h>
    79 #include <MVPbkContactStoreProperties.h>
    79 #include <MVPbkContactStoreProperties.h>
    80 #include <MVPbkContactFieldData.h>
    80 #include <MVPbkContactFieldData.h>
    81 #include <MVPbkFieldType.h>
    81 #include <MVPbkFieldType.h>
    82 #include <TVPbkFieldVersitProperty.h>
    82 #include <TVPbkFieldVersitProperty.h>
    83 
    83 
    84 #include <VPbkEng.rsg> 
    84 #include <vpbkeng.rsg> 
    85 #include <VPbkFieldType.hrh>
    85 #include <VPbkFieldType.hrh>
    86 #include <VPbkContactStoreUris.h>
    86 #include <VPbkContactStoreUris.h>
    87 
    87 
    88 // System includes
    88 // System includes
    89 #include <akntitle.h>
    89 #include <akntitle.h>
  2398             if ( !iDelayDelete )
  2398             if ( !iDelayDelete )
  2399                 {
  2399                 {
  2400                 iDelayDelete = CIdle::NewL( CActive::EPriorityStandard );
  2400                 iDelayDelete = CIdle::NewL( CActive::EPriorityStandard );
  2401                 }
  2401                 }
  2402             delete iAddressView;
  2402             delete iAddressView;
       
  2403             iAddressView = NULL;
  2403             }
  2404             }
  2404        else
  2405        else
  2405             {
  2406             {
  2406             // At the store unavailable situation, informs editor observer 
  2407             // At the store unavailable situation, informs editor observer 
  2407             // that contact editing is aborted without saving the changes.
  2408             // that contact editing is aborted without saving the changes.