profilesservices/FileList/Src/CFLDFileListModel.cpp
changeset 2 051d34a3f367
parent 0 8c5d936e5675
child 17 3b47783fdf16
equal deleted inserted replaced
1:b5888e2aa472 2:051d34a3f367
   318    	    // Wait for the refresh operation to complete. Operation Observer will
   318    	    // Wait for the refresh operation to complete. Operation Observer will
   319        	// stop this wait when the refresh operation has compeleted.
   319        	// stop this wait when the refresh operation has compeleted.
   320        	iWait.Start(); // CSI: 10 # the state of iWait is checked above
   320        	iWait.Start(); // CSI: 10 # the state of iWait is checked above
   321 
   321 
   322         // Close the wait note
   322         // Close the wait note
   323         iWaitNote->CloseWaitNoteL();
   323        	if ( iWaitNote )
       
   324        		{
       
   325        		iWaitNote->CloseWaitNoteL();	
       
   326        		}       
   324         }
   327         }
   325 
   328 
   326     // Back to default behavior
   329     // Back to default behavior
   327     wsSession.ComputeMode( RWsSession::EPriorityControlComputeOff );
   330     wsSession.ComputeMode( RWsSession::EPriorityControlComputeOff );
   328 
   331