diff -r bf47f3b79154 -r 588ad05716be syncmlfw/common/obex/obexclient/src/Btobexsearcher.cpp --- a/syncmlfw/common/obex/obexclient/src/Btobexsearcher.cpp Mon May 03 13:19:46 2010 +0300 +++ b/syncmlfw/common/obex/obexclient/src/Btobexsearcher.cpp Sat May 01 10:33:10 2010 +0530 @@ -80,10 +80,11 @@ Cancel(); delete iServiceSearcher; delete iSettings; - if ( iNotifier.Handle() ) +/* if ( iNotifier.Handle() ) { iNotifier.Close(); } +*/ } //---------------------------------------------------------------------------- @@ -137,10 +138,11 @@ { if( iWaitingForBTPower && iOffline() != EFalse ) { - if ( iNotifier.Handle() ) + /* if ( iNotifier.Handle() ) { iNotifier.Close(); } + */ TInt err = iSettings->ChangePowerStateTemporarily( ); if( err ) { @@ -293,13 +295,14 @@ if( offline == ECoreAppUIsNetworkConnectionNotAllowed && offlineAllowed == EBTEnabledInOfflineMode ) { - User::LeaveIfError( iNotifier.Connect() ); +/* User::LeaveIfError( iNotifier.Connect() ); TBTGenericQueryNotiferParamsPckg pckg; pckg().iMessageType = EBTActivateOffLineQuery; pckg().iNameExists = EFalse; iNotifier.StartNotifierAndGetResponse( iStatus, KBTGenericQueryNotifierUid, pckg, iOffline ); SetActive(); +*/ } else if( offline == ECoreAppUIsNetworkConnectionNotAllowed && offlineAllowed == EBTDisabledInOfflineMode )