phonebookui/Phonebook2/ServerApplication/src/CPbk2SingleAssignDataPhase.cpp
branchRCL_3
changeset 18 d4f567ce2e7c
parent 0 e686773b3f54
equal deleted inserted replaced
17:2666d9724c76 18:d4f567ce2e7c
   172     {
   172     {
   173     // Nothing to do
   173     // Nothing to do
   174     }
   174     }
   175 
   175 
   176 // --------------------------------------------------------------------------
   176 // --------------------------------------------------------------------------
       
   177 // CPbk2SingleAssignDataPhase::DenyDelayed
       
   178 // --------------------------------------------------------------------------
       
   179 //
       
   180 void CPbk2SingleAssignDataPhase::DenyDelayedL
       
   181         ( const TDesC8& /*aContactLinkBuffer*/ )
       
   182     {
       
   183     // Nothing to do
       
   184     }
       
   185 
       
   186 // --------------------------------------------------------------------------
   177 // CPbk2SingleAssignDataPhase::Results
   187 // CPbk2SingleAssignDataPhase::Results
   178 // --------------------------------------------------------------------------
   188 // --------------------------------------------------------------------------
   179 //
   189 //
   180 MVPbkContactLinkArray* CPbk2SingleAssignDataPhase::Results() const
   190 MVPbkContactLinkArray* CPbk2SingleAssignDataPhase::Results() const
   181     {
   191     {
   538 // --------------------------------------------------------------------------
   548 // --------------------------------------------------------------------------
   539 //
   549 //
   540 void CPbk2SingleAssignDataPhase::FinalizeL
   550 void CPbk2SingleAssignDataPhase::FinalizeL
   541         ( const MVPbkStoreContact* aStoreContact )
   551         ( const MVPbkStoreContact* aStoreContact )
   542     {
   552     {
       
   553     TBool thisDestroyed = EFalse;
       
   554     iDestroyedPtr = &thisDestroyed;
       
   555         
   543     AppendResultL( aStoreContact );
   556     AppendResultL( aStoreContact );
   544     DisplayNotesL();
   557     DisplayNotesL();    
   545     iObserver.NextPhase( *this );
   558      
       
   559     if ( !thisDestroyed )
       
   560         {
       
   561         iObserver.NextPhase( *this );
       
   562         }    
   546     }
   563     }
   547 
   564 
   548 // End of File
   565 // End of File