diff -r 8bfb9186a8b8 -r 4bd5176e1bc8 widgets/widgetapp/src/WidgetUiNetworkListener.cpp --- a/widgets/widgetapp/src/WidgetUiNetworkListener.cpp Tue May 11 17:13:44 2010 +0300 +++ b/widgets/widgetapp/src/WidgetUiNetworkListener.cpp Tue May 25 13:52:38 2010 +0300 @@ -91,24 +91,12 @@ } else if ( iNote().iState == EInterfaceDown ) { -#ifndef BRDO_OCC_ENABLED_FF - RTimer timer; - TRequestStatus timerStatus; // Request status associated with timer - timer.CreateLocal(); -#endif // check if there are no other active connections if ( !CheckActiveNetworkConnection() ) { // notify widgets of a network connection going down iWindowManager.NotifyConnecionChange( EFalse ); -#ifndef BRDO_OCC_ENABLED_FF - timer.After(timerStatus,30000000); - User::WaitForRequest(timerStatus); -#endif } -#ifndef BRDO_OCC_ENABLED_FF - timer.Close(); -#endif } iConn.AllInterfaceNotification( iNote, iStatus );