equal
deleted
inserted
replaced
25 #include "TPbk2TitlePaneOperator.h" |
25 #include "TPbk2TitlePaneOperator.h" |
26 #include "CPbk2ServerAppStoreManager.h" |
26 #include "CPbk2ServerAppStoreManager.h" |
27 #include "CPbk2ContactFetchPhase.h" |
27 #include "CPbk2ContactFetchPhase.h" |
28 #include "CPbk2AddressSelectPhase.h" |
28 #include "CPbk2AddressSelectPhase.h" |
29 #include <CPbk2StoreManager.h> |
29 #include <CPbk2StoreManager.h> |
30 #include <pbk2uicontrols.rsg> |
30 #include <Pbk2UIControls.rsg> |
31 #include <TPbk2AddressSelectParams.h> |
31 #include <TPbk2AddressSelectParams.h> |
32 #include <Pbk2IPCPackage.h> |
32 #include <Pbk2IPCPackage.h> |
33 #include <MPbk2ApplicationServices.h> |
33 #include <MPbk2ApplicationServices.h> |
34 #include "CPbk2CommAddressSelectPhase.h" |
34 #include "CPbk2CommAddressSelectPhase.h" |
35 |
35 |
407 if ( iFetchPhase ) |
407 if ( iFetchPhase ) |
408 { |
408 { |
409 iFetchPhase->AcceptDelayedL( aContactLinkBuffer ); |
409 iFetchPhase->AcceptDelayedL( aContactLinkBuffer ); |
410 } |
410 } |
411 } |
411 } |
412 // -------------------------------------------------------------------------- |
|
413 // CPbk2ItemFetcher::DenyDelayedContactsL |
|
414 // -------------------------------------------------------------------------- |
|
415 // |
|
416 void CPbk2ItemFetcher::DenyDelayedContactsL |
|
417 ( const TDesC8& aContactLinkBuffer ) |
|
418 { |
|
419 PBK2_DEBUG_PRINT( PBK2_DEBUG_STRING |
|
420 ("CPbk2ItemFetcher::DenyDelayedContactsL()") ); |
|
421 |
|
422 if ( iAddressSelectPhase ) |
|
423 { |
|
424 iAddressSelectPhase->DenyDelayedL( aContactLinkBuffer ); |
|
425 } |
|
426 |
|
427 if ( iCommAddressSelectPhase ) |
|
428 { |
|
429 iCommAddressSelectPhase->DenyDelayedL( aContactLinkBuffer ); |
|
430 } |
|
431 |
|
432 if ( iFetchPhase ) |
|
433 { |
|
434 iFetchPhase->DenyDelayedL( aContactLinkBuffer ); |
|
435 } |
|
436 } |
|
437 |
412 |
438 // -------------------------------------------------------------------------- |
413 // -------------------------------------------------------------------------- |
439 // CPbk2ItemFetcher::ExitServiceL |
414 // CPbk2ItemFetcher::ExitServiceL |
440 // -------------------------------------------------------------------------- |
415 // -------------------------------------------------------------------------- |
441 // |
416 // |