ipsservices/ipssosplugin/src/ipsplgsearch.cpp
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
child 22 d620048b4810
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
   997                     entry.Id(), iCurrentSearch.iSortCriteria, iMsvSession ) );
   997                     entry.Id(), iCurrentSearch.iSortCriteria, iMsvSession ) );
   998                 }        
   998                 }        
   999             }
   999             }
  1000         }    
  1000         }    
  1001     }
  1001     }
       
  1002 
       
  1003 //Ask client if it wants to change the search prority (i.e. to enable search for contact)
       
  1004 void CIpsPlgSearch::ClientRequiredSearchPriority( TInt *apRequiredSearchPriority )
       
  1005 	{
       
  1006 	FUNC_LOG;
       
  1007 	if ( iObserver )
       
  1008 	  iObserver->ClientRequiredSearchPriority( apRequiredSearchPriority );
       
  1009 	}
       
  1010 
  1002     
  1011     
  1003 // End of File
  1012 // End of File
  1004 
  1013