diff -r 12c456ceeff2 -r 5253a20d2a1e ipsservices/ipssosplugin/src/ipsplgsearch.cpp --- a/ipsservices/ipssosplugin/src/ipsplgsearch.cpp Thu Jan 07 12:38:38 2010 +0200 +++ b/ipsservices/ipssosplugin/src/ipsplgsearch.cpp Mon Jan 18 20:08:26 2010 +0200 @@ -999,6 +999,15 @@ } } } + +//Ask client if it wants to change the search prority (i.e. to enable search for contact) +void CIpsPlgSearch::ClientRequiredSearchPriority( TInt *apRequiredSearchPriority ) + { + FUNC_LOG; + if ( iObserver ) + iObserver->ClientRequiredSearchPriority( apRequiredSearchPriority ); + } + // End of File