phonebookui/Phonebook2/ServerApplication/src/CPbk2ServerAppStoreManager.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
--- a/phonebookui/Phonebook2/ServerApplication/src/CPbk2ServerAppStoreManager.cpp	Wed Sep 15 11:56:55 2010 +0300
+++ b/phonebookui/Phonebook2/ServerApplication/src/CPbk2ServerAppStoreManager.cpp	Wed Oct 13 14:15:33 2010 +0300
@@ -219,8 +219,6 @@
             ( aStoreUris, *this, *sortOrder,
               aViewFilter, aFlags );
         
-        iGroupView = result;
-        
         CleanupStack::Pop(); // result
         }
 
@@ -348,13 +346,10 @@
 // --------------------------------------------------------------------------
 //
 void CPbk2ServerAppStoreManager::ContactAddedToView
-        ( MVPbkContactViewBase& aView, TInt /*aIndex*/,
+        ( MVPbkContactViewBase& /*aView*/, TInt /*aIndex*/,
           const MVPbkContactLink& /*aContactLink*/ )
     {
-    if ( iGroupView && aView.Type() == EVPbkContactsView )
-        {
-        iGroupView->RefreshL();
-        }    
+    // Do nothing
     }
 
 // --------------------------------------------------------------------------
@@ -362,13 +357,10 @@
 // --------------------------------------------------------------------------
 //
 void CPbk2ServerAppStoreManager::ContactRemovedFromView
-        ( MVPbkContactViewBase& aView, TInt /*aIndex*/,
+        ( MVPbkContactViewBase& /*aView*/, TInt /*aIndex*/,
           const MVPbkContactLink& /*aContactLink*/ )
     {
-        if ( iGroupView && aView.Type() == EVPbkContactsView )
-            {
-            iGroupView->RefreshL();
-            }
+    // Do nothing
     }
 
 // --------------------------------------------------------------------------