diff -r d6c1cc3e4806 -r dbd79466b1ed browserui/browser/BrowserAppSrc/BrowserSpecialLoadObserver.cpp --- a/browserui/browser/BrowserAppSrc/BrowserSpecialLoadObserver.cpp Fri Feb 19 22:53:19 2010 +0200 +++ b/browserui/browser/BrowserAppSrc/BrowserSpecialLoadObserver.cpp Fri Mar 12 15:43:05 2010 +0200 @@ -18,6 +18,7 @@ // INCLUDE FILES +#include #include "BrowserContentView.h" // not used, to be removed #include "BrowserSpecialLoadObserver.h" #include "BrowserLoadObserver.h" @@ -142,7 +143,7 @@ TBool isValid( EFalse ); TUint32 ap( 0 ); TInt err( KErrNone ); - +#ifndef BRDO_OCC_ENABLED_FF BROWSER_LOG((_L("AP selectionMode: %d."), iApiProvider->Preferences().AccessPointSelectionMode() )); @@ -257,8 +258,10 @@ { BROWSER_LOG((_L("wrong type of connection"))); } - } //switch - + } //switch +#else //BRDO_OCC_ENABLED_FF + isValid = ETrue; +#endif //BRDO_OCC_ENABLED_FF BROWSER_LOG((_L("isValid 2: %d"), isValid)); if( isValid ) {