diff -r 2666d9724c76 -r d4f567ce2e7c phonebookui/Phonebook2/ServerApplication/src/CPbk2ItemFetcher.cpp --- a/phonebookui/Phonebook2/ServerApplication/src/CPbk2ItemFetcher.cpp Thu Jul 15 18:22:55 2010 +0300 +++ b/phonebookui/Phonebook2/ServerApplication/src/CPbk2ItemFetcher.cpp Thu Aug 19 09:41:07 2010 +0300 @@ -409,6 +409,31 @@ iFetchPhase->AcceptDelayedL( aContactLinkBuffer ); } } +// -------------------------------------------------------------------------- +// CPbk2ItemFetcher::DenyDelayedContactsL +// -------------------------------------------------------------------------- +// +void CPbk2ItemFetcher::DenyDelayedContactsL + ( const TDesC8& aContactLinkBuffer ) + { + PBK2_DEBUG_PRINT( PBK2_DEBUG_STRING + ("CPbk2ItemFetcher::DenyDelayedContactsL()") ); + + if ( iAddressSelectPhase ) + { + iAddressSelectPhase->DenyDelayedL( aContactLinkBuffer ); + } + + if ( iCommAddressSelectPhase ) + { + iCommAddressSelectPhase->DenyDelayedL( aContactLinkBuffer ); + } + + if ( iFetchPhase ) + { + iFetchPhase->DenyDelayedL( aContactLinkBuffer ); + } + } // -------------------------------------------------------------------------- // CPbk2ItemFetcher::ExitServiceL