phonebookui/Phonebook2/ServerApplication/src/CPbk2ContactFetchPhase.cpp
branchRCL_3
changeset 18 d4f567ce2e7c
parent 0 e686773b3f54
equal deleted inserted replaced
17:2666d9724c76 18:d4f567ce2e7c
   184         iFetchDlg->AcceptDelayedFetchL( aContactLinkBuffer );
   184         iFetchDlg->AcceptDelayedFetchL( aContactLinkBuffer );
   185         }
   185         }
   186     }
   186     }
   187 
   187 
   188 // --------------------------------------------------------------------------
   188 // --------------------------------------------------------------------------
       
   189 // CPbk2ContactFetchPhase::DenyDelayed
       
   190 // --------------------------------------------------------------------------
       
   191 //
       
   192 void CPbk2ContactFetchPhase::DenyDelayedL
       
   193         ( const TDesC8& aContactLinkBuffer )
       
   194     {
       
   195     if ( iFetchDlg )
       
   196         {
       
   197         iFetchDlg->DenyDelayedFetchL( aContactLinkBuffer );
       
   198         }
       
   199     }
       
   200 
       
   201 // --------------------------------------------------------------------------
   189 // CPbk2ContactFetchPhase::Results
   202 // CPbk2ContactFetchPhase::Results
   190 // --------------------------------------------------------------------------
   203 // --------------------------------------------------------------------------
   191 //
   204 //
   192 MVPbkContactLinkArray* CPbk2ContactFetchPhase::Results() const
   205 MVPbkContactLinkArray* CPbk2ContactFetchPhase::Results() const
   193     {
   206     {