phonebookui/Phonebook2/ServerApplication/src/CPbk2ContactFetchPhase.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   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 // --------------------------------------------------------------------------
       
   202 // CPbk2ContactFetchPhase::Results
   189 // CPbk2ContactFetchPhase::Results
   203 // --------------------------------------------------------------------------
   190 // --------------------------------------------------------------------------
   204 //
   191 //
   205 MVPbkContactLinkArray* CPbk2ContactFetchPhase::Results() const
   192 MVPbkContactLinkArray* CPbk2ContactFetchPhase::Results() const
   206     {
   193     {