wlanutilities/wlansniffer/mainapplication/src/wsfmainviewcontroller.cpp
branchRCL_3
changeset 13 858c6c491d0e
parent 11 8b0eae1b1d71
--- a/wlanutilities/wlansniffer/mainapplication/src/wsfmainviewcontroller.cpp	Wed Mar 31 23:17:49 2010 +0300
+++ b/wlanutilities/wlansniffer/mainapplication/src/wsfmainviewcontroller.cpp	Wed Apr 14 17:07:39 2010 +0300
@@ -64,7 +64,8 @@
     {
     LOG_ENTERFN( "TWsfMainViewController::UpdateHotSpotsL" );   
     // Format WLAN list which was passed as a parameter
-    CDesCArray* formattedList = iModel->FormatWlanListL( aWlanList );
+    iModel->FormatWlanListL( aWlanList );
+    CDesCArray* formattedList = iModel->GetWlanList();
 
     if ( iContainer )
         {        
@@ -106,6 +107,16 @@
     UpdateNaviPaneL();
     }
 
+// ---------------------------------------------------------------------------
+// TWsfMainViewController::UpdateWlanListInBackgroundL
+// ---------------------------------------------------------------------------
+//
+void TWsfMainViewController::UpdateWlanListInBackgroundL(
+        CWsfWlanInfoArray* aWlanArray )
+    {
+    LOG_ENTERFN( "TWsfMainViewController::UpdateWlanListInBackgroundL" );   
+    iModel->FormatWlanListL( aWlanArray );
+    }
 
 // ---------------------------------------------------------------------------
 // TWsfMainViewController::RefreshL