changeset 2 | 5253a20d2a1e |
parent 1 | 12c456ceeff2 |
child 18 | 578830873419 |
child 60 | d620048b4810 |
--- 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