phonebookui/Phonebook2/ServerApplication/src/CPbk2ItemFetcher.cpp
branchRCL_3
changeset 18 d4f567ce2e7c
parent 17 2666d9724c76
equal deleted inserted replaced
17:2666d9724c76 18:d4f567ce2e7c
   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     }
   412 
   437 
   413 // --------------------------------------------------------------------------
   438 // --------------------------------------------------------------------------
   414 // CPbk2ItemFetcher::ExitServiceL
   439 // CPbk2ItemFetcher::ExitServiceL
   415 // --------------------------------------------------------------------------
   440 // --------------------------------------------------------------------------
   416 //
   441 //