phonebookui/Phonebook2/ServerApplication/src/CPbk2ItemFetcher.cpp
branchRCL_3
changeset 18 d4f567ce2e7c
parent 17 2666d9724c76
--- a/phonebookui/Phonebook2/ServerApplication/src/CPbk2ItemFetcher.cpp	Thu Jul 15 18:22:55 2010 +0300
+++ b/phonebookui/Phonebook2/ServerApplication/src/CPbk2ItemFetcher.cpp	Thu Aug 19 09:41:07 2010 +0300
@@ -409,6 +409,31 @@
         iFetchPhase->AcceptDelayedL( aContactLinkBuffer );
         }
     }
+// --------------------------------------------------------------------------
+// CPbk2ItemFetcher::DenyDelayedContactsL
+// --------------------------------------------------------------------------
+//
+void CPbk2ItemFetcher::DenyDelayedContactsL
+        ( const TDesC8& aContactLinkBuffer )
+    {
+    PBK2_DEBUG_PRINT( PBK2_DEBUG_STRING
+        ("CPbk2ItemFetcher::DenyDelayedContactsL()") );
+
+    if ( iAddressSelectPhase )
+        {
+        iAddressSelectPhase->DenyDelayedL( aContactLinkBuffer );
+        }
+
+    if ( iCommAddressSelectPhase )
+        {
+        iCommAddressSelectPhase->DenyDelayedL( aContactLinkBuffer );
+        }
+
+    if ( iFetchPhase )
+        {
+        iFetchPhase->DenyDelayedL( aContactLinkBuffer );
+        }
+    }
 
 // --------------------------------------------------------------------------
 // CPbk2ItemFetcher::ExitServiceL