phonebookui/Phonebook2/ServerApplication/src/CPbk2EntryFetcher.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   188         iFetchPhase->AcceptDelayedL( aContactLinkBuffer );
   188         iFetchPhase->AcceptDelayedL( aContactLinkBuffer );
   189         }
   189         }
   190     }
   190     }
   191 
   191 
   192 // --------------------------------------------------------------------------
   192 // --------------------------------------------------------------------------
   193 // CPbk2EntryFetcher::DenyDelayedContactsL
       
   194 // --------------------------------------------------------------------------
       
   195 //
       
   196 void CPbk2EntryFetcher::DenyDelayedContactsL
       
   197         ( const TDesC8& aContactLinkBuffer )
       
   198     {
       
   199     PBK2_DEBUG_PRINT( PBK2_DEBUG_STRING
       
   200         ("CPbk2EntryFetcher::DenyDelayedContactsL()") );
       
   201 
       
   202     if ( iFetchPhase )
       
   203         {
       
   204         iFetchPhase->DenyDelayedL( aContactLinkBuffer );
       
   205         }
       
   206     }
       
   207 
       
   208 // --------------------------------------------------------------------------
       
   209 // CPbk2EntryFetcher::ExitServiceL
   193 // CPbk2EntryFetcher::ExitServiceL
   210 // --------------------------------------------------------------------------
   194 // --------------------------------------------------------------------------
   211 //
   195 //
   212 void CPbk2EntryFetcher::ExitServiceL( TInt aExitCommandId )
   196 void CPbk2EntryFetcher::ExitServiceL( TInt aExitCommandId )
   213     {
   197     {