equal
deleted
inserted
replaced
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 // -------------------------------------------------------------------------- |
193 // CPbk2EntryFetcher::ExitServiceL |
209 // CPbk2EntryFetcher::ExitServiceL |
194 // -------------------------------------------------------------------------- |
210 // -------------------------------------------------------------------------- |
195 // |
211 // |
196 void CPbk2EntryFetcher::ExitServiceL( TInt aExitCommandId ) |
212 void CPbk2EntryFetcher::ExitServiceL( TInt aExitCommandId ) |
197 { |
213 { |